pg_init_retries - kernel commit c9e45581a
pg_init_delay_msecs - kernel commit 4e2d19e46

Cc: Dave Wysochanski <dwyso...@redhat.com>
Cc: Chandra Seetharaman <sekha...@us.ibm.com>
Cc: Christophe Varoqui <christophe.varo...@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazq...@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

--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

Reply via email to