CLOUDSTACK-9410: Data Disk shown as detached in XS

This commit is contained in:
subhash yedugundla 2016-06-08 17:59:45 +05:30 committed by subhash_y
parent 9eb8b2e90b
commit 38c56bdf44

View File

@ -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);
}