]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-disk: mount xfs with inode64 by default 2497/head
authorSage Weil <sage@redhat.com>
Mon, 15 Sep 2014 22:29:08 +0000 (15:29 -0700)
committerSage Weil <sage@redhat.com>
Mon, 15 Sep 2014 22:29:08 +0000 (15:29 -0700)
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 <sage@redhat.com>
src/ceph-disk

index c5bb56cb1560aae1252464c380843019419eb226..b9320e008a5c1710ac945808699254b29b89b9fa 100755 (executable)
@@ -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(