Gilad Chaplik has submitted this change and it was merged.
Change subject: webadmin: Fix import gluster hosts to invalid cluster
......................................................................
webadmin: Fix import gluster hosts to invalid cluster
When user provides duplicate cluster name and tries
to import existing gluster configuration, there were
no checks whether the cluster creation is successful or not.
This is now fixed, add host will be attempted only if
the cluster creation is successful.
Change-Id: I289b56d1f800cd0e74b1a4f0b15df22f63895648
Bug-Url:
https://bugzilla.redhat.com/880043
Signed-off-by: Kanagaraj M <kmayilsa(a)redhat.com>
---
M
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/clusters/ClusterListModel.java
1 file changed, 5 insertions(+), 2 deletions(-)
Approvals:
Gilad Chaplik: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/9789
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I289b56d1f800cd0e74b1a4f0b15df22f63895648
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kanagaraj M <kmayilsa(a)redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik(a)redhat.com>
Gerrit-Reviewer: Kanagaraj M <kmayilsa(a)redhat.com>
Gerrit-Reviewer: Shireesh Anjal <sanjal(a)redhat.com>