mirror of
https://github.com/apache/cloudstack
synced 2026-08-02 05:26:35 +00:00
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
Block a user