[dm-devel] [PATCH 03/14] multipath-tools: add partition_delimiter to multipath.conf.5

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


It was missing in defaults section.

Cc: Benjamin Marzinski <bmarzins at redhat.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, 10 insertions(+)

diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
index 6f6ef64..0f89a75 100644
--- a/multipath/multipath.conf.5
+++ b/multipath/multipath.conf.5
@@ -549,6 +549,16 @@ will be canceled.
 Default value is: \fBno\fR
 .RE
 .TP
+.B partition_delimiter
+If this value is not set, when multipath renames a device, it will act just
+like the kpartx default does, only adding a \fI"p"\fR to names ending in a
+number. If this parameter is set, multipath will act like kpartx does with
+the \fI-p\fR option is used, and always add delimiter.
+.RS
+.TP
+Default value is: \fB<unset>\fR
+.RE
+.TP
 .B config_dir
 If set to anything other than "", multipath will search this directory
 alphabetically for file ending in ".conf" and it will read configuration
-- 
2.7.4




More information about the dm-devel mailing list