Opened 15 years ago
Closed 14 years ago
#5117 closed defect (fixed)
VBoxManage modifyvm --scsi on|off generates wrong XML info
Reported by: | kcinick m. m. | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 3.0.6 |
Keywords: | VBoxManage | Cc: | |
Guest type: | other | Host type: | Linux |
Description
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'
Not relevant with VBox 4.0.4 anymore.