ConVirt 0.9.6 Patch Add uuid at provisioning.
Brought to you by:
haphazard1,
jd_jedi
Adds uuid to the config at the time of provisioning.
This would help with the xm create / xm start problem. Eventually some more work is required to get this well integrated with xend managed domain.
http://sourceforge.net/forum/forum.php?thread_id=2906738&forum_id=577781
download the attached patch file
Go to ConVirt directory
patch -p0 < patch_add_uuid_at_provisioning
restart ConVirt.
Provision new VM, it should have the a uuid in the config file.
For already provisioned VM, add the uuid strings manually.
to generate uuid, use the attached script. Every time get_uuid script is called, it will generate a new uuid.
File Added: get_uuid
script to generate uuid.