Skip to content

Commit 7f051bd

Browse files
committed
Signed-off-by: Koushik Das <koushik@apache.org>
2 parents 8c3ca15 + 38c56bd commit 7f051bd

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/XenServerStorageProcessor.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,6 @@ public Answer dettachVolume(final DettachCommand cmd) {
416416
vbd.destroy(conn);
417417
}
418418

419-
// Update the VDI's label to be "detached"
420-
vdi.setNameLabel(conn, "detached");
421-
422419
hypervisorResource.umount(conn, vdi);
423420
}
424421

0 commit comments

Comments
 (0)