mirror of https://github.com/apache/cloudstack.git
bug 12598: data disk should always be using scsi device.
This commit is contained in:
parent
ca0662ced1
commit
e28ce91f3b
|
|
@ -1378,10 +1378,7 @@ public class VmwareResource implements StoragePoolResource, ServerResource, Vmwa
|
|||
else
|
||||
controllerKey = ideControllerKey;
|
||||
} else {
|
||||
if(_rootDiskController == DiskControllerType.scsi)
|
||||
controllerKey = scsiControllerKey;
|
||||
else
|
||||
controllerKey = ideControllerKey;
|
||||
controllerKey = scsiControllerKey;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue