From: John Spray Date: Tue, 16 May 2017 12:07:04 +0000 (-0400) Subject: mds: enable multimds by default in new filesystems X-Git-Tag: ses5-milestone7~3^2~7^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=687b4e909f7b69fa25da893b2c6c706211e6f90d;p=ceph.git mds: enable multimds by default in new filesystems Signed-off-by: John Spray --- diff --git a/src/include/ceph_fs.h b/src/include/ceph_fs.h index 4188bff8b03f..4ddfda5be7b7 100644 --- a/src/include/ceph_fs.h +++ b/src/include/ceph_fs.h @@ -239,7 +239,7 @@ struct ceph_mon_subscribe_ack { #define CEPH_MDSMAP_ALLOW_CLASSICS (CEPH_MDSMAP_ALLOW_SNAPS | CEPH_MDSMAP_ALLOW_MULTIMDS | \ CEPH_MDSMAP_ALLOW_DIRFRAGS) -#define CEPH_MDSMAP_DEFAULTS CEPH_MDSMAP_ALLOW_DIRFRAGS +#define CEPH_MDSMAP_DEFAULTS CEPH_MDSMAP_ALLOW_DIRFRAGS | CEPH_MDSMAP_ALLOW_MULTIMDS /* * mds states