mirror of https://github.com/apache/cloudstack.git
Merge release branch 4.9 to master
* 4.9: CLOUDSTACK-9410: Data Disk shown as detached in XS
This commit is contained in:
commit
027409d9bc
|
|
@ -461,9 +461,6 @@ public class XenServerStorageProcessor implements StorageProcessor {
|
|||
vbd.destroy(conn);
|
||||
}
|
||||
|
||||
// Update the VDI's label to be "detached"
|
||||
vdi.setNameLabel(conn, "detached");
|
||||
|
||||
hypervisorResource.umount(conn, vdi);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue