How to get fibre channel multipath working (FreeBSD target, mac initiator)

Aram Hăvărneanu aram.h at mgk.ro
Thu Nov 8 11:37:14 UTC 2018


I figured it out, this config works:

lun fibre-channel {
        backend block
        device-id "5000c5001d5ba30b"
        serial "MGKSERIAL0001"
        option vendor "MGK"
        option product "FC Disk"
        option naa "600A0B80002682A8000067D95897A544"
        option removable "on"
        path /dev/zvol/tank1/export/fc
}

target naa.2100001b321cd5b6 {
        auth-group no-authentication
        port isp0
        port isp1
        lun 0 fibre-channel
}

-- 
Aram Hăvărneanu


More information about the freebsd-scsi mailing list