summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIra Cooper <ira@samba.org>2016-07-26 11:22:43 -0400
committerStefan Metzmacher <metze@samba.org>2016-08-10 11:24:38 +0200
commita99060836d5687d6b3060f0d00f86d2c53331e60 (patch)
tree84c7b7e9f66ad6aebde77f2b48f8e5661defdd6d
parent5bcfc32fcc2f33517b03797ad51c4b5be32b57be (diff)
downloadsamba-a99060836d5687d6b3060f0d00f86d2c53331e60.tar.gz
source3/wscript: Add support for disabling vfs_cephfs
--enable-cephfs and --disable-cephfs both work now. --enable-cephfs is the default to match previous versions of Samba. Signed-off-by: Ira Cooper <ira@samba.org> Reviewed-by: Steve French <sfrench@samba.org> Tested-by: Steve French <sfrench@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=12133 (cherry picked from commit 38bb993657f8eb6c49899de0d741ed5186ca5022)
-rw-r--r--source3/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/wscript b/source3/wscript
index 497b6734de2..fe3f40fe53a 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -69,6 +69,7 @@ def set_options(opt):
action="store", dest='libcephfs_dir', default=None)
opt.SAMBA3_ADD_OPTION('glusterfs', with_name="enable", without_name="disable", default=True)
+ opt.SAMBA3_ADD_OPTION('cephfs', with_name="enable", without_name="disable", default=True)
opt.add_option('--enable-vxfs',
help=("enable support for VxFS (default=no)"),