From: Sage Weil Date: Mon, 15 Sep 2014 22:29:08 +0000 (-0700) Subject: ceph-disk: mount xfs with inode64 by default X-Git-Tag: v0.80.8~36 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b7d5f99c8f4d751e83dc29305649d7a465c657b1;p=ceph.git ceph-disk: mount xfs with inode64 by default We did this forever ago with mkcephfs, but ceph-disk didn't. Note that for modern XFS this option is obsolete, but for older kernels it was not the default. Backport: firefly Signed-off-by: Sage Weil (cherry picked from commit 11496399ef318498c11e551f139d96db52d3309c) --- diff --git a/src/ceph-disk b/src/ceph-disk index 382e800730af..ed7467c01a19 100755 --- a/src/ceph-disk +++ b/src/ceph-disk @@ -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(