Shahar Havivi has posted comments on this change.

Change subject: new feature: Vm Payload
......................................................................


Patch Set 3: (8 inline comments)

....................................................
File backend/manager/dbscripts/upgrade/03_01_0990_payload_size_config.sql
Line 1: select fn_db_add_config_value('PayloadSize','8192','general');
what is the file name?

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmCommand.java
Line 487:                     VmDeviceType.DISK,
no, the device type is DISK, the sub type is the payload.getType() which is 
floppy/cdrom

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmCommand.java
Line 843:         if (canDoAction && getParameters().getVmPayload() != null) {
if there is payload it will override this, this is run once

....................................................
File 
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/UpdateVmCommand.java
Line 114:                 dao.removeAll(devs);
what will it save?
don't you thinks its clearer that way?

....................................................
File 
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/VM.java
Line 1663: 
its just for accesses ability, instead of vm.getStaticData.getVmPayload()

....................................................
File backend/manager/modules/dal/src/main/resources/bundles/AppErrors.properties
Line 668: VMPAYLOAD_INVALID_PAYLOAD_TYPE=VM Payload only support in cdrom or 
floppy devices
Done

Line 670: VMPAYLOAD_CDROM_EXCEEDED=Payload cdrom cannot be used when using 
additional cdrom
Done

Line 671: VMPAYLOAD_FLOPPY_EXCEEDED=Payload floppy cannot be used when using 
additional floppy
Done

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I4c2820acfa8ec0f736e5fe0ce192e84df0915f12
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Shahar Havivi <[email protected]>
Gerrit-Reviewer: Daniel Erez <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Shahar Havivi <[email protected]>
Gerrit-Reviewer: Yaniv Kaul <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to