Opened 12 years ago
Closed 12 years ago
#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 (1)
Change History (3)
by , 12 years ago
Attachment: | patch-src-VBox-Frontends-VBoxManage-VBoxManageStorageController.cpp added |
---|
comment:1 by , 12 years ago
Summary: | VBoxManage storageattach --initiator doesn't set the IQN → VBoxManage storageattach --initiator doesn't set the IQN => Fixed in SVN |
---|
Thanks for the report. This problem will be fixed in the next maintenance release.
Patch for fixing the issue