Bug#831985: [patch] fix default for 'prio' in manpage

Vincent McIntyre vincent.mcintyre at csiro.au
Wed Jul 20 23:48:32 UTC 2016


Package: multipath-tools
Version: 0.6.1-3
Priority: minor

I noticed the manpage documents the wrong default for 'prio'.
At least, it seems that way from this check:

$ grep DEFAULT_PRIO libmultipath/prio.h
#define DEFAULT_PRIO "const"
#define DEFAULT_PRIO_ARGS ""

Now that upstream ditched the example configs, having the manpage
correct is more important than before.

Kind regards
Vince

diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
 index cf5bec0..256ba76 100644
--- a/multipath/multipath.conf.5
+++ b/multipath/multipath.conf.5
@@ -190,7 +190,7 @@ Generate a random priority between 1 and 10.
 Generate the path priority based on the regular expression and the 
 priority provided as argument. requires prio_args keyword.
 .TP
-Default value is \fBnone\fR.
+Default value is \fBconst\fR.
 .RE
 .TP
 .B prio_args
-- 



More information about the pkg-lvm-maintainers mailing list