Displaying 1 result from an estimated 1 matches for "vbd_uuid".
Did you mean:
pbd_uuid
2013 Mar 08
1
Bug#702369: latest install report
...ew-name-label="${NEW_HOST}")
xe vm-param-set uuid=${VM_UUID}
other-config:install-repository=${DEB_MIRROR}
xe vif-create vm-uuid=${VM_UUID} network-uuid=${NET0_UUID} device=0
# the following 6 lines are needed to change the VDI size
# because there is no disk-size option for vm-install
VBD_UUID=$(xe vbd-list vm-uuid=${VM_UUID} --minimal)
VDI_UUID=$(xe vdi-list vbd-uuids=${VBD_UUID} --minimal)
xe vdi-destroy uuid=${VDI_UUID}
xe vm-disk-add vm=${VM_UUID} disk-size=${DISK_SIZE} device=0
VBD_UUID=$(xe vbd-list vm-uuid=${VM_UUID} --minimal)
xe vbd-param-set bootable=true uuid=${VBD_UUID}
echo...