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:
vponomaryov 2016-03-04 12:47:03 +02:00
parent 642783c98d
commit 9291b4781e
1 changed files with 1 additions and 1 deletions

View File

@ -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
# --------------------