You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This discussion was converted from issue #4182 on November 24, 2023 05:20.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
support cephfs file-layouts:
https://docs.ceph.com/en/quincy/cephfs/file-layouts/
op
$ setfattr -n ceph.dir.layout.pool -v cephfs_data_pool /mnt/dir1
$ getfattr -n ceph.dir.layout /mnt/dir1
ceph.dir.layout="stripe_unit=4194304 stripe_count=4 object_size=4194304 pool=cephfs_data_pool"
Beta Was this translation helpful? Give feedback.
All reactions