diff mbox

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

Message ID 1468000199-15566-14-git-send-email-xose.vazquez@gmail.com (mailing list archive)
State Accepted, archived
Headers show

Commit Message

Xose Vazquez Perez July 8, 2016, 5:49 p.m. UTC
pg_init_retries - kernel commit c9e45581a
pg_init_delay_msecs - kernel commit 4e2d19e46

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

Patch

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