mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
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>
This commit is contained in:
parent
a0e60e96aa
commit
38bb993657
@ -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)"),
|
||||
|
Loading…
Reference in New Issue
Block a user