Skip to content

Commit 38c56bd

Browse files
subhash yedugundlasubhash_y
authored andcommitted
CLOUDSTACK-9410: Data Disk shown as detached in XS
1 parent 9eb8b2e commit 38c56bd

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)