Roy Golan has posted comments on this change.
Change subject: core: expand VDS monitoring with cluster emulation modes
......................................................................
Patch Set 4: (1 inline comment)
....................................................
File
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VirtMonitoringStrategy.java
Line 61:
ResourceManager.getInstance().getEventListener().processOnCpuFlagsChange(vds.getId());
Line 62: }
Line 63:
Line 64: protected void vdsNonOperational(VDS vds, NonOperationalReason
reason, Map<String, String> customLogValues) {
Line 65:
ResourceManager.getInstance().getEventListener().vdsNonOperational(vds.getId(),
reason, true, true, Guid.Empty, customLogValues);
no problems with null values.
from SetNonOperationalVdsParameters line: 39
public SetNonOperationalVdsParameters(Guid vdsId,
NonOperationalReason reason,
Map<String, String> customLogValues) {
super(vdsId, true);
setNonOperationalReason(reason);
this.customLogValues =
(Map<String, String>) (customLogValues == null ?
Collections.emptyMap() : customLogValues);
}
Line 66: }
Line 67:
Line 68: @Override
Line 69: public boolean processHardwareCapabilitiesNeeded(VDS oldVds, VDS
newVds) {
--
To view, visit http://gerrit.ovirt.org/15909
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I033560bcee25ca4fac7d96606ae4cfbe7013ee09
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Roy Golan <[email protected]>
Gerrit-Reviewer: Arik Hadas <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Roy Golan <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches