mirror of https://github.com/apache/cloudstack.git
bug 8193: enable attaching disk on centos 5 host
status 8193: resolved fixed
This commit is contained in:
parent
98cb458bf1
commit
d893b24949
|
|
@ -2233,9 +2233,6 @@ public class LibvirtComputingResource extends ServerResourceBase implements Serv
|
|||
}
|
||||
|
||||
protected synchronized String attachOrDetachDisk(Connect conn, boolean attach, String vmName, String sourceFile) throws LibvirtException, InternalErrorException {
|
||||
if (isCentosHost()) {
|
||||
return "disk hotplug is not supported by hypervisor";
|
||||
}
|
||||
String diskDev = null;
|
||||
SortedMap<String, String> diskMaps = null;
|
||||
Domain dm = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue