mirror of
https://github.com/ceph/ceph
synced 2025-02-21 01:47:25 +00:00
Merge pull request #2497 from ceph/wip-xfs-inode64
ceph-disk: mount xfs with inode64 by default Reviewed-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
This commit is contained in:
commit
fdbfece81c
@ -89,7 +89,7 @@ MOUNT_OPTIONS = dict(
|
||||
# issues with ext4 before the xatts-in-leveldb work, and it seemed
|
||||
# that user_xattr helped
|
||||
ext4='noatime,user_xattr',
|
||||
xfs='noatime',
|
||||
xfs='noatime,inode64',
|
||||
)
|
||||
|
||||
MKFS_ARGS = dict(
|
||||
|
Loading…
Reference in New Issue
Block a user