Mike Kolesnik has posted comments on this change.

Change subject: engine: Extended error for pinned host missing non required 
network
......................................................................


Patch Set 8: (1 inline comment)

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsSelector.java
Line 107:         if (!returnValue) {
Line 108:             if (privateVm.getMigrationSupport() == 
MigrationSupport.PINNED_TO_HOST) {
Line 109:                 // This message should be the first one cause it has 
high priority
Line 110:                 messages.add(0, 
VdcBllMessages.VM_PINNED_TO_HOST_CANNOT_RUN_ON_THE_DEFAULT_VDS.toString());
Line 111:                 messages.add(1,
Perhaps it's better to use the standard replacement key name "${VdsName}"?
Line 112:                         String.format("$host %1$s", 
DbFacade.getInstance()
Line 113:                                 .getVdsDao()
Line 114:                                 .get(getDestinationVdsId())
Line 115:                                 .getName()));


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ibf9703ae06b06be96c6508d48306d8bd6b8bcfbb
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alona Kaplan <[email protected]>
Gerrit-Reviewer: Alona Kaplan <[email protected]>
Gerrit-Reviewer: Mike Kolesnik <[email protected]>
Gerrit-Reviewer: Moti Asayag <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to