From 9291b4781e4a10e9343528925fb120844f496925 Mon Sep 17 00:00:00 2001 From: vponomaryov Date: Fri, 4 Mar 2016 12:47:03 +0200 Subject: [PATCH] Disable ZFS element by default ZFS element should not be installed by default, because it is not used. Change-Id: I9173fc6a607e2c8fb46982cfccf8967cef42406c Closes-Bug: #1553132 --- bin/manila-image-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/manila-image-create b/bin/manila-image-create index cdaea48..f0bc0ec 100644 --- a/bin/manila-image-create +++ b/bin/manila-image-create @@ -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 # --------------------