Signed-off-by: Koushik Das <koushik@apache.org>

This commit is contained in:
Koushik Das 2016-11-21 10:45:03 +05:30
commit 7f051bd790
1 changed files with 0 additions and 3 deletions

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