mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-8567 Migrating primary storage causes name_label field to blank.
This closes #468
This commit is contained in:
parent
2e792075ee
commit
47278556f5
|
|
@ -850,6 +850,7 @@ public class Xenserver625StorageProcessor extends XenServerStorageProcessor {
|
|||
hypervisorResource.checkForSuccess(conn, task);
|
||||
final VDI destVdi = Types.toVDI(task, conn);
|
||||
final VolumeObjectTO newVol = new VolumeObjectTO();
|
||||
destVdi.setNameLabel(conn, srcVolume.getName());
|
||||
newVol.setPath(destVdi.getUuid(conn));
|
||||
newVol.setSize(srcVolume.getSize());
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue