Ticket #6927 (closed defect: fixed)
bug in VBoxManage storageattach => Fixed in SVN
Reported by: | jars99 | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 3.2.2 |
Keywords: | VBoxManage storageattach | Cc: | |
Guest type: | other | Host type: | Linux |
Description
I just tried to run this command from the command line:
VBoxManage storageattach vmname --storagectl "SATA Controller" --device 0 --type hdd --medium /var/lib/vmware/vms/vmname/vmname.vmdk
Notably missing from the command is the --port option, which is required. The command did fail and printed out the Usage statement, but gave the error message "error: Success."
This messages is obviously less than helpful. The expected result is an error message stating that there is no port number specified. Also, it should not say "Success".
Note, the vm was created using the VBoxManage command, which is probably not the situation for most users, so this is a minor priority.
Change History
Note: See
TracTickets for help on using
tickets.
Thanks for this report, fixed in the next maintenance release.