Skip to content

Commit

Permalink
Add TrueNAS ALUA support
Browse files Browse the repository at this point in the history
Signed-off-by: Jaron Parsons <jaron@ixsystems.com>
  • Loading branch information
jaronparsons committed Oct 23, 2020
1 parent 2b787b6 commit 1035f12
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions multipath/multipath.conf
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,14 @@ devices {
rr_min_io_rq 1
fast_io_fail_tmo 15
}
device {
vendor "TrueNAS"
product "iSCSI Disk"
hardware_handler "1 alua"
retain_attached_hw_handler yes
path_grouping_policy group_by_prio
prio alua
no_path_retry 60
}

}

0 comments on commit 1035f12

Please sign in to comment.