Change in ovirt-engine[master]: webadmin: Enable force option in host maintenance

Sahina Bose has submitted this change and it was merged. Change subject: webadmin: Enable force option in host maintenance ...................................................................... webadmin: Enable force option in host maintenance Enable 'force' option for gluster host maintenance. Force option will be used to override the gluster quorum/self-heal related check. 'Force' option in the RemoveConfirmationPopup is used for stopping gluster services. So, created a new ConfirmationModel for host maintenance.It will have 'Stop Gluster service' option additional to ConfirmationModel. With this patch 'Force' option will be used for force maintenance and 'stopGlusterService' option will be used for stopping gluster services. Change-Id: Id236d07a783514c9b49bd2092efeb5c825c58d02 Bug-Url: https://bugzilla.redhat.com/1213291 Bug-Url: https://bugzilla.redhat.com/1196433 Signed-off-by: Ramesh Nachimuthu <rnachimu@redhat.com> --- A frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/presenter/popup/HostMaintenanceConfirmationPopupPresenterWidget.java A frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/HostMaintenanceConfirmationPopupView.java A frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/view/popup/HostMaintenanceConfirmationPopupView.ui.xml A frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/HostMaintenanceConfirmationModel.java M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/hosts/HostListModel.java M frontend/webadmin/modules/uicompat/src/main/java/org/ovirt/engine/ui/uicompat/UIConstants.java M frontend/webadmin/modules/uicompat/src/main/resources/org/ovirt/engine/ui/uicompat/UIConstants.properties M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/gin/PresenterModule.java M frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/gin/uicommon/HostModule.java 9 files changed, 377 insertions(+), 15 deletions(-) Approvals: Alexander Wels: Looks good to me, approved Jenkins CI: Passed CI tests Ramesh N: Verified -- To view, visit https://gerrit.ovirt.org/59102 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id236d07a783514c9b49bd2092efeb5c825c58d02 Gerrit-PatchSet: 14 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ramesh N <rnachimu@redhat.com> Gerrit-Reviewer: Alexander Wels <awels@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Ramesh N <rnachimu@redhat.com> Gerrit-Reviewer: Sahina Bose <sabose@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
sabose@redhat.com