From 5f08ef0c1c67d5b56872e5d32a3024763231be07 Mon Sep 17 00:00:00 2001 From: Martin Wilck Date: Sat, 10 Feb 2024 20:38:35 +0100 Subject: [PATCH] multipath.conf.5: fix documentation for find_multipaths Document "on" and "off", and mention that "yes"/"1" and "no"/"0" are still accepted as alias values. Suggested-by: Paul Donohue Signed-off-by: Martin Wilck --- multipath/multipath.conf.5.in | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/multipath/multipath.conf.5.in b/multipath/multipath.conf.5.in index bb3da6ac7..c788c180f 100644 --- a/multipath/multipath.conf.5.in +++ b/multipath/multipath.conf.5.in @@ -1188,13 +1188,15 @@ listed in the \fBwwids_file\fR. Users can manually set up multipath maps using t \fBmultipathd add map\fR command. Once set up manually, the map is remembered in the wwids file and will be set up automatically in the future. .TP -.I no +.I off Multipath behaves like \fBstrict\fR. Multipathd behaves like \fBgreedy\fR. +\fIno\fR or \fI0\fR is accepted as an alias for \fIoff\fR. .TP -.I yes +.I on Both multipathd and multipath treat a device as multipath device if the conditions for \fBstrict\fR are met, or if at least two non-blacklisted paths -with the same WWID have been detected. +with the same WWID have been detected. \fIyes\fR or \fI1\fR is accepted as an +alias for \fIon\fR. .TP .I greedy Both multipathd and multipath treat every non-blacklisted device as multipath