Ticket #11212 (closed defect: fixed)
VBoxManage storageattach --initiator doesn't set the IQN => Fixed in SVN
Reported by: | MarekSal | Owned by: | |
---|---|---|---|
Component: | VM control | Version: | VirtualBox 4.2.4 |
Keywords: | VBoxManage iSCSI initiator | Cc: | |
Guest type: | other | Host type: | all |
Description
The initiator name is not set while using the VBoxManage storageattach command:
% VBoxManage -q storageattach ESXi --storagectl SATA --port 0 --type hdd --medium iscsi --server volt --target iqn.2012-01.zetis:esxi-vdi --initiator iqn.2012-01.zetis:vbox-esxi
it does not set client IQN (and uses the VirtualBox default one)
s14% grep iqn.2012-01.zetis:vbox-esxi vm/ESXi/ESXi.vbox s14%
I've prepared patch for VirtualBox 4.2.4 (see the attachment)
Attachments
Change History
Changed 10 years ago by MarekSal
-
attachment
patch-src-VBox-Frontends-VBoxManage-VBoxManageStorageController.cpp
added
Note: See
TracTickets for help on using
tickets.
Patch for fixing the issue