CLOUDSTACK-4520: [upgrade][vmware]ExtractVolumeCmd fails with NPE while

attempting to download a volume.
This commit is contained in:
Min Chen 2013-08-27 13:57:04 -07:00
parent 5f42e2937d
commit 543088a203
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ public class VolumeVO implements Volume {
this.chainInfo = that.getChainInfo();
this.templateId = that.getTemplateId();
this.deviceId = that.getDeviceId();
this.format = that.getFormat();
this.uuid = UUID.randomUUID().toString();
}