# # Copyright (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved. # name="iscsi" parent="/" instance=0; # # I/O multipathing feature (MPxIO) can be enabled or disabled using # mpxio-disable property. Setting mpxio-disable="no" will activate # I/O multipathing; setting mpxio-disable="yes" disables the feature. # # Global mpxio-disable property: # # To globally enable MPxIO on all iscsi ports set: # mpxio-disable="no"; # # To globally disable MPxIO on all iscsi ports set: # mpxio-disable="yes"; # mpxio-disable="no"; # # Load balancing global configuration: setting load-balance="none" will cause # all I/O to the iscsi target (which supports Multiple Connection per Session) # to occur via one connection. Setting load-balance="round-robin" will cause # each connection to the target to be used in turn. # load-balance="round-robin"; # # Transient Instance support: setting ddi-child-instance-transient to "yes" # here (and if MPxIO is enabled also set to "yes" in scsi_vhci.conf) target instances # will not have permanent instances assigned to them (e.g. no entry for the # device will be added to /etc/path_to_inst). If a target is beneath multiple # pHCI's, if any pHCI does not have ddi-child-instance-transient # set to "yes", a permanent instance will be made for the target device. ddi-child-instance-transient="yes";