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.86~66^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=11496399ef318498c11e551f139d96db52d3309c;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 --- diff --git a/src/ceph-disk b/src/ceph-disk index c5bb56cb1560..b9320e008a5c 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(