mirror of https://github.com/apache/cloudstack.git
Merge branch '3.0.3' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.3
reviewed-by: Vijay
This commit is contained in:
commit
99564fe297
|
|
@ -1110,6 +1110,7 @@ public abstract class CitrixResourceBase implements ServerResource, HypervisorRe
|
|||
Set<VBD> vbds = vm.getVBDs(conn);
|
||||
for( VBD vbd : vbds ) {
|
||||
if (vbd.getType(conn) == Types.VbdType.CD ) {
|
||||
vbd.eject(conn);
|
||||
vbd.destroy(conn);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue