Kobi Ianko has posted comments on this change.

Change subject: core: New internal command, VmSlaPolicyCommand
......................................................................


Patch Set 1:

(2 comments)

http://gerrit.ovirt.org/#/c/27646/1/backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties
File 
backend/manager/modules/dal/src/main/resources/bundles/AuditLogMessages.properties:

Line 795: USER_REMOVED_AFFINITY_GROUP=Affinity Group ${affinityGroupName} was 
removed. (User: ${UserName})
Line 796: USER_FAILED_TO_REMOVE_AFFINITY_GROUP=Failed to remove Affinity Group 
${affinityGroupName}. (User: ${UserName})
Line 797: USER_SET_HOSTED_ENGINE_MAINTENANCE=Hosted Engine HA maintenance mode 
was updated on host ${VdsName}.
Line 798: USER_FAILED_TO_SET_HOSTED_ENGINE_MAINTENANCE=Hosted Engine HA 
maintenance mode could not be updated on host ${VdsName}.
Line 799: VM_SLA_POLICY=VM ${vmName} CPU limit is set to ${cpuLimit}
> I think it will be useful for the user to know the problematic SLA attribut
Done
Line 800: FAILED_VM_SLA_POLICY= Failed to set CPU limit to VM ${vmName}. 
Underlying error message: ${ErrorMessage}
Line 801: 
Line 802: ISCSI_BOND_ADD_SUCCESS=iSCSI bond '${IscsiBondName}' was successfully 
created in Data Center '${StoragePoolName}'.
Line 803: ISCSI_BOND_ADD_FAILED=Failed to create iSCSI bond '${IscsiBondName}' 
in Data Center '${StoragePoolName}'.


http://gerrit.ovirt.org/#/c/27646/1/backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/UpdateVmPolicyVDSCommand.java
File 
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/UpdateVmPolicyVDSCommand.java:

Line 30: 
Line 31:     protected void init() {
Line 32:         struct.put("vmId", getParameters().getVmId().toString());
Line 33:         struct.put("vcpuLimit", 
String.valueOf(getParameters().getCpuLimit()));
Line 34:     }
> I don't think it will be useful in those simple vdsbroker commands, but I u
Ok, Done
Line 35:     public static class Params extends VdsAndVmIDVDSParametersBase{
Line 36: 
Line 37:         private int cpuLimit;
Line 38: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I26b0794c52cfe1d352f26392a835023afcd9efa0
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Kobi Ianko <[email protected]>
Gerrit-Reviewer: Arik Hadas <[email protected]>
Gerrit-Reviewer: Gilad Chaplik <[email protected]>
Gerrit-Reviewer: Jiří Moskovčák <[email protected]>
Gerrit-Reviewer: Kobi Ianko <[email protected]>
Gerrit-Reviewer: Martin Sivák <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to