bug 8193: enable attaching disk on centos 5 host

status 8193: resolved fixed
This commit is contained in:
Edison Su 2011-02-01 09:15:08 -05:00
parent 98cb458bf1
commit d893b24949
1 changed files with 0 additions and 3 deletions

View File

@ -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;