source3/wscript: Add support for disabling vfs_cephfs
authorIra Cooper <ira@samba.org>
Tue, 26 Jul 2016 15:22:43 +0000 (11:22 -0400)
committerIra Cooper <ira@samba.org>
Mon, 8 Aug 2016 16:19:16 +0000 (18:19 +0200)
--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>
source3/wscript

index 497b6734de2c7da04512725f51ae86a165006406..fe3f40fe53ae60fad71513d8d03b64ab2bb36e11 100644 (file)
@@ -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)"),