Re: [libvirt] [PATCH] esx: Use the VirtualDisk UUID as storage volume key

2010-09-03 Thread Matthias Bolte
2010/8/30 Eric Blake : > On 08/29/2010 05:00 PM, Matthias Bolte wrote: >> >> VirtualDisks are .vmdk file based. Other files in a datastore >> like .iso or .flp files don't have a UUID attached, fall back >> to the path as key for them. >> --- >>  src/esx/esx_storage_driver.c   |  190 >> +++

Re: [libvirt] [PATCH] esx: Use the VirtualDisk UUID as storage volume key

2010-08-30 Thread Eric Blake
On 08/29/2010 05:00 PM, Matthias Bolte wrote: VirtualDisks are .vmdk file based. Other files in a datastore like .iso or .flp files don't have a UUID attached, fall back to the path as key for them. --- src/esx/esx_storage_driver.c | 190 src/esx/esx

[libvirt] [PATCH] esx: Use the VirtualDisk UUID as storage volume key

2010-08-29 Thread Matthias Bolte
VirtualDisks are .vmdk file based. Other files in a datastore like .iso or .flp files don't have a UUID attached, fall back to the path as key for them. --- src/esx/esx_storage_driver.c | 190 src/esx/esx_util.c | 19 src/esx/esx_util.