Other Fibre Channel LUN masking / LUN-host mapping

Is there any way to lock a LUN down to a particular initiator or group of initiators. I know you can do port mapping but was hoping that LUN masking would be an option. If it's currently not supported is there any plans to in the future.
 
Is it possible to map more that 1 port to a LUN. Once enabling vports, using hint.isp.0.vports=10 and hint.isp.1.vports=10 I get the 10 vports. Will the following work.
Code:
target "iqn.2005-10.org.nas1.ctl:fc.datastore.1" {
        alias "fc.datastore.1"
        port isp0/0
        port isp1/0

        lun "1" "FC_Datastore_1"
}
 
Back
Top