Change in vdsm[master]: Properly parse configurations in function "do_create" in vds...

zhshzhou at linux.vnet.ibm.com zhshzhou at linux.vnet.ibm.com
Fri Jun 8 06:17:15 UTC 2012


Zhou Zheng Sheng has posted comments on this change.

Change subject: Properly parse configurations in function "do_create" in vdsClient
......................................................................


Patch Set 3:

Rebase to the latest master.

How to test:
Write a config file manually, including the config values as follow:

--- vm.txt ---
vmId=vm_uuid
vmType=kvm
kvmEnable=true
memSize=1024
macAddr=52:54:00:7d:96:bd
nicModel=virtio
bridge=br0
display=vnc
drive=pool:pool_uuid,domain:domain_uuid,image:image_uuid,volume:vol_uuid,boot:true,format:cow
cdrom=/Path/To/OS/Install.iso
boot=c
vmName=rhel62vdsm
smp=2
acpiEnable=True
cpuPinning={0:0,1:1}

Then run the command:
vdsClient -s localhost create vm.txt

Before this patch, the created vm will not contain a hard disk. After this patch, the hard disk will be added correctly.

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

Gerrit-MessageType: comment
Gerrit-Change-Id: I0cd6801a6d4de3f51fc7d1e0f744bcb2c71d422f
Gerrit-PatchSet: 3
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>
Gerrit-Reviewer: Bing Bu Cao <mars at linux.vnet.ibm.com>
Gerrit-Reviewer: Mark Wu <wudxw at linux.vnet.ibm.com>
Gerrit-Reviewer: Zhou Zheng Sheng <zhshzhou at linux.vnet.ibm.com>


More information about the vdsm-patches mailing list