Opened 16 years ago
Closed 15 years ago
#4460 closed defect (fixed)
iSCSI disk property "comment" not implemented => fixed in SVN/3.1.2
Reported by: | Mravik Attila | Owned by: | |
---|---|---|---|
Component: | VM control | Version: | VirtualBox 3.0.0 |
Keywords: | iscsi comment property | Cc: | |
Guest type: | other | Host type: | Solaris |
Description
Contrary to the user manual, --comment parameter is not accepted by VBoxManage addiscsitarget subcommand.
VBoxManage addiscsidisk --server storage --target longtargetID --comment "test comment" VirtualBox Command Line Management Interface Version 3.0.0 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. ERROR: Method SetDescription is not implemented Details: code NS_ERROR_NOT_IMPLEMENTED (0x80004001), component HardDisk, interface IHardDisk, callee nsISupports Context: "COMSETTER(Description)(comment)" at line 1052 of file VBoxManageDisk.cpp iSCSI disk created. UUID: longuuid[[BR]]
Beside this, as the output shows the disk is created and working properly. I do not know how you intent to show this comment in the media manager interface, but giving an option to show an alias name to iscsi discs would be nice. (I cant choose more host type, but I experienced this on OpenSolaris and OS X Leopard also.)
Change History (1)
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | iSCSI disk property "comment" not implemented → iSCSI disk property "comment" not implemented => fixed in SVN/3.1.2 |
Note:
See TracTickets
for help on using tickets.
This is actually a copy/paste bug. iSCSI disks can't have comments (there is no place to put them).