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:
Loic Dachary 2014-09-16 15:12:24 +02:00
commit fdbfece81c

View File

@ -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(