mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9410: Data Disk shown as detached in XS
This commit is contained in:
parent
9eb8b2e90b
commit
38c56bdf44
|
|
@ -416,9 +416,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