﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
5117,VBoxManage modifyvm --scsi on|off  generates wrong XML info,kcinick m. m.,,"after issuing VBoxManage modifyvm vmname --scsi on --scsitype BusLogic|LsiLogic
it actualy generate this:
<StorageController name=""BusLogic"" type=""BusLogic"" PortCount=""16"">
<StorageController name=""LsiLogic"" type=""LsiLogic"" PortCount=""16"">
the right syntax (according to the GUI) is one of those:
<StorageController name=""SCSI"" type=""BusLogic"" PortCount=""16"">
<StorageController name=""SCSI"" type=""LSiLogic"" PortCount=""16"">

either the GUI or the CLI is wrong, i bet for the CLI, because you cannot have 2 scsi controllers attached at the same time (i think).

sorry my english.

ERROR: Could not find a storage controller named 'BusLogic'",defect,closed,other,VirtualBox 3.0.6,fixed,VBoxManage,,other,Linux
