[dm-devel] [PATCH 13/14] multipath-tools: add undocumented features to multipath.conf.5

Xose Vazquez Perez xose.vazquez at gmail.com
Fri Jul 8 17:49:58 UTC 2016


pg_init_retries - kernel commit c9e45581a
pg_init_delay_msecs - kernel commit 4e2d19e46

Cc: Dave Wysochanski <dwysocha at redhat.com>
Cc: Chandra Seetharaman <sekharan at us.ibm.com>
Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 multipath/multipath.conf.5 | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
index 8ac9d5a..3e1a6db 100644
--- a/multipath/multipath.conf.5
+++ b/multipath/multipath.conf.5
@@ -296,9 +296,9 @@ Specify any device-mapper features to be used. Syntax is
 .I num list
 where
 .I num
-is the number of features in
+is the number, between 0 and 6, of features in
 .I list.
-Possible values for the feature list are
+Possible values for the feature list are:
 .RS
 .TP 12
 .I queue_if_no_path
@@ -309,6 +309,12 @@ keyword.
 .I no_partitions
 Disable automatic partitions generation via kpartx.
 .TP
+.I pg_init_retries
+Number of times to retry pg_init, it must be between 1 and 50.
+.TP
+.I pg_init_delay_msecs
+Number of msecs before pg_init retry, it must be between 0 and 60000.
+.TP
 Default value is: \fB0\fR
 .RE
 .TP
-- 
2.7.4




More information about the dm-devel mailing list