Changeset 26917 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- Mar 1, 2010 2:55:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp
r26753 r26917 1066 1066 } 1067 1067 1068 /// @todo add --initiator option 1069 Bstr ("InitiatorName").detachTo (names.appendedRaw()); 1070 Bstr ("iqn.2008-04.com.sun.virtualbox.initiator").detachTo (values.appendedRaw()); 1068 /// @todo add --initiator option - until that happens rely on the 1069 // defaults of the iSCSI initiator code. Setting it to a constant 1070 // value does more harm than good, as the initiator name is supposed 1071 // to identify a particular initiator uniquely. 1072 // Bstr ("InitiatorName").detachTo (names.appendedRaw()); 1073 // Bstr ("iqn.2008-04.com.sun.virtualbox.initiator").detachTo (values.appendedRaw()); 1071 1074 1072 1075 /// @todo add --targetName and --targetPassword options
Note:
See TracChangeset
for help on using the changeset viewer.