Details
Description
You cannot specify root disk controller when creating a vm because it throws in this section of code starting here:
for (String key : customParameters.keySet()) { //handle double byte strings. vm.setDetail(key, Integer.toString(Integer.parseInt(customParameters.get(key)))); }
Since the value "scsi" is non-numeric, this throws an exception when passed.