Moti Asayag has posted comments on this change.

Change subject: core: Adds custom properties to VmDevice
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/tools/src/main/java/org/ovirt/engine/core/config/entity/helper/DeviceCustomPropertiesValueHelper.java
Line 16:         boolean result = true;
Line 17:         String errMsg = null;
Line 18: 
Line 19:         // HACK, because ConfigValues are not loaded inside 
engine-config
Line 20:         Version version = new Version(key.getVersion());
as Martin wrote in the comment above, the Configuration values aren't being 
initialized at the engine-config since they aren't depended on DAL project 
which isn't a dependency of the tools.
Line 21:         if (Version.v3_3.compareTo(version) > 0) {
Line 22:             result = false;
Line 23:             errMsg = String.format("Device custom properties are not 
supported in version %s", version.toString());
Line 24:         }


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I07daa5cccbf8e3cbd6b4191bbc8ebf0729d9d9a0
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Peřina <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Martin Peřina <[email protected]>
Gerrit-Reviewer: Michal Skrivanek <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to