Aravinda VK has uploaded a new change for review. Change subject: packaging: setup: Fix issue while installing Gluster only mode ......................................................................
packaging: setup: Fix issue while installing Gluster only mode When application mode is selected as Gluster, engine-setup was failing with error "Failed to execute stage 'Misc configuration': 'NFS'" Change-Id: I25656cff4f25a47199905dd4f4b2e683f1066c00 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1002854 Signed-off-by: Aravinda VK <avish...@redhat.com> --- M packaging/setup/plugins/ovirt-engine-setup/config/domain_type.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/12/18712/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/config/domain_type.py b/packaging/setup/plugins/ovirt-engine-setup/config/domain_type.py index e36a7c9..cf85dd3 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/config/domain_type.py +++ b/packaging/setup/plugins/ovirt-engine-setup/config/domain_type.py @@ -78,7 +78,7 @@ ] == 'gluster': self.environment[ osetupcons.ConfigEnv.STORAGE_TYPE - ] = osetupcons.Defaults.DEFAULT_CONFIG_STORAGE_TYPE + ] = osetupcons.Defaults.DEFAULT_CONFIG_STORAGE_TYPE.lower() else: self.environment[ osetupcons.ConfigEnv.STORAGE_TYPE -- To view, visit http://gerrit.ovirt.org/18712 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I25656cff4f25a47199905dd4f4b2e683f1066c00 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Aravinda VK <avish...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches