Gilad Chaplik has posted comments on this change.

Change subject: webadmin: show hosted engine info in host>general tab
......................................................................


Patch Set 3:

(2 comments)

http://gerrit.ovirt.org/#/c/23532/3/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SetHaMaintenanceCommand.java
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/SetHaMaintenanceCommand.java:

Line 51:         }
Line 52:         if 
(getVds().getVdsGroupCompatibilityVersion().compareTo(Version.v3_4) < 0) {
Line 53:             return 
failCanDoAction(VdcBllMessages.ACTION_TYPE_FAILED_VDS_HA_MAINT_NOT_SUPPORTED);
Line 54:         }
Line 55:         if (!getVds().getHighlyAvailableIsConfigured()) {
belongs to a different patch.
Line 56:             return 
failCanDoAction(VdcBllMessages.ACTION_TYPE_FAILED_VDS_HA_NOT_CONFIGURED);
Line 57:         }
Line 58:         return true;
Line 59:     }


http://gerrit.ovirt.org/#/c/23532/3/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/host/SubTabHostGeneralView.java
File 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/section/main/view/tab/host/SubTabHostGeneralView.java:

Line 143:         formBuilder.addFormItem(new 
FormItem(constants.libvirtVersionHostGeneral(), libvirtVersion, 0, 
virtSupported).withAutoPlacement());
Line 144:         formBuilder.addFormItem(new 
FormItem(constants.vdsmVersionHostGeneral(), vdsmVersion, 
0).withAutoPlacement());
Line 145:         formBuilder.addFormItem(new 
FormItem(constants.spiceVersionHostGeneral(), spiceVersion, 0, 
virtSupported).withAutoPlacement());
Line 146:         formBuilder.addFormItem(new 
FormItem(constants.glusterVersionHostGeneral(), glusterVersion, 0, 
glusterSupported).withAutoPlacement());
Line 147:         formBuilder.addFormItem(new 
FormItem(constants.hostedEngineHaHostGeneral(), hostedEngineHa, 0, 
virtSupported).withAutoPlacement());
again not an expert of the arch but does hosted engine is related to virt, or 
should it work in all modes (if not I guess that it is the wanted goal even if 
it's not supported yet).
Line 148: 
Line 149:         formBuilder.addFormItem(new FormItem(constants.spmPriority(), 
spmPriority, 0, 1, virtSupported).withAutoPlacement());
Line 150:         formBuilder.addFormItem(new 
FormItem(constants.activeVmsHostGeneral(), activeVms, 1, 
virtSupported).withAutoPlacement());
Line 151:         formBuilder.addFormItem(new 
FormItem(constants.cpuNameHostGeneral(), cpuName, 1, 
virtSupported).withAutoPlacement());


-- 
To view, visit http://gerrit.ovirt.org/23532
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I17f0eff120b2ab99b4badc53da1780c1e758299c
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Greg Padgett <gpadg...@redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Greg Padgett <gpadg...@redhat.com>
Gerrit-Reviewer: Itamar Heim <ih...@redhat.com>
Gerrit-Reviewer: Jiří Moskovčák <jmosk...@redhat.com>
Gerrit-Reviewer: Oved Ourfali <oourf...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to