VirtualBox

Ignore:
Timestamp:
Mar 1, 2010 2:55:10 PM (15 years ago)
Author:
vboxsync
Message:

Storage/iSCSI: implement automatically setting InitiatorName and ISID to globally unique values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageDisk.cpp

    r26753 r26917  
    10661066        }
    10671067
    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());
    10711074
    10721075        /// @todo add --targetName and --targetPassword options
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette