mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-4520: [upgrade][vmware]ExtractVolumeCmd fails with NPE while
attempting to download a volume.
This commit is contained in:
parent
5f42e2937d
commit
543088a203
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue