Disable ZFS element by default
ZFS element should not be installed by default, because it is not used. Change-Id: I9173fc6a607e2c8fb46982cfccf8967cef42406c Closes-Bug: #1553132
This commit is contained in:
parent
642783c98d
commit
9291b4781e
@ -37,7 +37,7 @@ MANILA_ENABLE_NFS_SUPPORT=${MANILA_ENABLE_NFS_SUPPORT:-"yes"}
|
||||
MANILA_ENABLE_CIFS_SUPPORT=${MANILA_ENABLE_CIFS_SUPPORT:-"yes"}
|
||||
|
||||
# Manila Generic share driver replication feature requires ZFS:
|
||||
MANILA_ENABLE_ZFS_SUPPORT=${MANILA_ENABLE_ZFS_SUPPORT:-"yes"}
|
||||
MANILA_ENABLE_ZFS_SUPPORT=${MANILA_ENABLE_ZFS_SUPPORT:-"no"}
|
||||
|
||||
# Verify configuration
|
||||
# --------------------
|
||||
|
Loading…
Reference in New Issue
Block a user