VirtualBox

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'

Change History (1)

comment:1 by Frank Mehnert, 14 years ago

Resolution: fixed
Status: newclosed

Not relevant with VBox 4.0.4 anymore.

Note: See TracTickets for help on using tickets.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette