Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Fitur berikut dari POSIX tidak didukung oleh Parallelstore:
Hard link tidak didukung.
Dukungan mmap dengan MAP_SHARED hanya akan konsisten dari satu klien.
Perangkat char, perangkat blok, serta soket dan pipa tidak didukung.
Kuota pengguna dan grup tidak didukung.
Program setuid(), setgid(), grup tambahan, dan ACL POSIX tidak
didukung dalam namespace DFS.
Waktu akses, waktu perubahan, dan waktu perubahan mungkin tidak diperbarui dengan benar.
Flock tidak didukung.
Ukuran blok dalam buf statistik tidak akurat, karena tidak memperhitungkan lubang atau
atribut yang diperluas.
Beberapa parameter yang dilaporkan dengan statfs, seperti jumlah blok, file,
atau ruang kosong dan yang tersedia, tidak didukung.
Izin POSIX di dalam namespace yang dienkapsulasi tidak didukung.
Direktori DFS tidak menyertakan entri direktori . (direktori saat ini) dan ..
(direktori induk) yang diketahui dari sistem file
POSIX lainnya. Perintah seperti ls -al tidak akan menyertakan entri ini dalam
output-nya. Entri direktori tersebut tidak diperlukan oleh POSIX, sehingga hal ini bukan
batasan untuk kepatuhan POSIX. Namun, skrip yang mengurai listingan direktori
dengan asumsi bahwa direktori titik tersebut ada mungkin perlu
diadaptasi untuk menangani situasi ini dengan benar. Perhatikan bahwa operasi seperti cd . atau cd .. akan tetap berhasil di penampung POSIX yang dipasang dfuse.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2025-09-04 UTC."],[],[],null,["# POSIX compliance\n\nThe following features from POSIX are not supported by Parallelstore:\n\n- Hard links are not supported.\n- mmap support with MAP_SHARED will be consistent from a single client only.\n- Char devices, block devices, and sockets and pipes are not supported.\n- User and group quotas are not supported.\n- `setuid()`, `setgid()` programs, supplementary groups, and POSIX ACLs are not supported within the DFS namespace.\n- Access time, change time, and modify time might not be updated correctly.\n- Flock is not supported.\n- Block size in stat buf is not accurate, as it does not account for holes or extended attributes.\n- Some parameters reported with statfs, such as the number of blocks, files, or free and available space, are not supported.\n- POSIX permissions inside an encapsulated namespace are not supported.\n- DFS directories don't include the `.` (current directory) and `..` (parent directory) directory entries that are known from other POSIX file systems. Commands like `ls -al` won't include these entries in their output. Those directory entries are not required by POSIX, so this is not a limitation to POSIX compliance. But scripts that parse directory listings under the assumption that those dot directories are present may need to be adapted to to correctly handle this situation. Note that operations like `cd .` or `cd ..` will still succeed in dfuse-mounted POSIX containers."]]