mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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);
|
vbd.destroy(conn);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Update the VDI's label to be "detached"
|
|
||||||
vdi.setNameLabel(conn, "detached");
|
|
||||||
|
|
||||||
hypervisorResource.umount(conn, vdi);
|
hypervisorResource.umount(conn, vdi);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user