All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] multipath-tools: simplify comment in hwtable
       [not found] <20240427234538.8025-1-xose.vazquez@gmail.com>
@ 2024-04-27 23:45 ` Xose Vazquez Perez
  2024-04-27 23:45 ` [PATCH 2/3] multipath-tools: unify text in multipath.conf.5 Xose Vazquez Perez
  2024-04-27 23:45 ` [PATCH 3/3] multipath-tools: update man pages dates Xose Vazquez Perez
  2 siblings, 0 replies; 3+ messages in thread
From: Xose Vazquez Perez @ 2024-04-27 23:45 UTC (permalink / raw)
  Cc: Xose Vazquez Perez, Martin Wilck, Benjamin Marzinski,
	Christophe Varoqui, DM-DEVEL ML

Instead of adding the new 5300 model, replace them with wildcards.

Cc: Martin Wilck <mwilck@suse.com>
Cc: Benjamin Marzinski <bmarzins@redhat.com>
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: DM-DEVEL ML <dm-devel@lists.linux.dev>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 libmultipath/hwtable.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 640bf347..7aac3f37 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -683,8 +683,8 @@ static struct hwentry default_hw[] = {
 		.pgfailback    = -FAILBACK_IMMEDIATE,
 	},
 	{
-		// Storwize V5000/V7000 lines / SAN Volume Controller (SVC) / Flex System V7000
-		// FlashSystem V840/V9000/5000/5100/5200/7200/7300/9100/9200/9200R/9500
+		// Storwize V5000/V7000 lines / SAN Volume Controller (SVC)
+		// Flex System V7000 / FlashSystem V840/V9000 and 5x00/7x00/9x00
 		.vendor        = "IBM",
 		.product       = "^2145",
 		.no_path_retry = NO_PATH_RETRY_QUEUE,
-- 
2.44.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/3] multipath-tools: unify text in multipath.conf.5
       [not found] <20240427234538.8025-1-xose.vazquez@gmail.com>
  2024-04-27 23:45 ` [PATCH 1/3] multipath-tools: simplify comment in hwtable Xose Vazquez Perez
@ 2024-04-27 23:45 ` Xose Vazquez Perez
  2024-04-27 23:45 ` [PATCH 3/3] multipath-tools: update man pages dates Xose Vazquez Perez
  2 siblings, 0 replies; 3+ messages in thread
From: Xose Vazquez Perez @ 2024-04-27 23:45 UTC (permalink / raw)
  Cc: Xose Vazquez Perez, Martin Wilck, Benjamin Marzinski,
	Christophe Varoqui, DM-DEVEL ML

Cc: Martin Wilck <mwilck@suse.com>
Cc: Benjamin Marzinski <bmarzins@redhat.com>
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: DM-DEVEL ML <dm-devel@lists.linux.dev>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 multipath/multipath.conf.5.in | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/multipath/multipath.conf.5.in b/multipath/multipath.conf.5.in
index b29a75fe..c1a19ebb 100644
--- a/multipath/multipath.conf.5.in
+++ b/multipath/multipath.conf.5.in
@@ -187,7 +187,7 @@ The default is: \fBno\fR
 .
 .TP
 .B multipath_dir
-(Deprecated) This option is not supported anymore, and the value is ignored.
+(Deprecated) This option is not supported anymore, and will be ignored.
 .
 .
 .TP
@@ -277,7 +277,7 @@ The default is: \fBno\fR
 .
 .TP
 .B pg_timeout
-(Deprecated) This option is not supported anymore, and the value is ignored.
+(Deprecated) This option is not supported anymore, and will be ignored.
 .
 .
 .TP
@@ -322,7 +322,7 @@ The default is: \fBID_WWN\fR, for NVMe devices
 .
 .TP
 .B getuid_callout
-(Deprecated) This option is not supported anymore, and the value is ignored.
+(Deprecated) This option is not supported anymore, and will be ignored.
 .
 .
 .TP
@@ -995,7 +995,7 @@ The default is: \fB<unset>\fR
 .
 .TP
 .B config_dir
-(Deprecated) This option is not supported anymore, and the value is ignored.
+(Deprecated) This option is not supported anymore, and will be ignored.
 .RS
 .TP
 The compiled-in value is: \fB@CONFIGDIR@\fR
@@ -1295,7 +1295,7 @@ The default is: \fBno\fR
 .
 .TP
 .B disable_changed_wwids
-(Deprecated) This option is not supported anymore, and the value is ignored.
+(Deprecated) This option is not supported anymore, and will be ignored.
 .RE
 .
 .
@@ -1340,7 +1340,7 @@ value in \fI@CONFIGFILE@\fR, run \fBmultipathd reconfigure\fR, and use
 \fBmultipathd del path <path>\fR and \fBmultipathd add path <path>\fR to
 delete and re-add the same path device.
 .LP
-The default is: \fBundefined\fR.
+The default is: \fB<undefined>\fR
 .RE
 .
 .
-- 
2.44.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 3/3] multipath-tools: update man pages dates
       [not found] <20240427234538.8025-1-xose.vazquez@gmail.com>
  2024-04-27 23:45 ` [PATCH 1/3] multipath-tools: simplify comment in hwtable Xose Vazquez Perez
  2024-04-27 23:45 ` [PATCH 2/3] multipath-tools: unify text in multipath.conf.5 Xose Vazquez Perez
@ 2024-04-27 23:45 ` Xose Vazquez Perez
  2 siblings, 0 replies; 3+ messages in thread
From: Xose Vazquez Perez @ 2024-04-27 23:45 UTC (permalink / raw)
  Cc: Xose Vazquez Perez, Martin Wilck, Benjamin Marzinski,
	Christophe Varoqui, DM-DEVEL ML

Cc: Martin Wilck <mwilck@suse.com>
Cc: Benjamin Marzinski <bmarzins@redhat.com>
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: DM-DEVEL ML <dm-devel@lists.linux.dev>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
 libmpathpersist/mpath_persistent_reserve_in.3  | 2 +-
 libmpathpersist/mpath_persistent_reserve_out.3 | 2 +-
 multipath/multipath.8.in                       | 2 +-
 multipath/multipath.conf.5.in                  | 2 +-
 multipathd/multipathd.8.in                     | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/libmpathpersist/mpath_persistent_reserve_in.3 b/libmpathpersist/mpath_persistent_reserve_in.3
index 6cc35349..4ac43fa3 100644
--- a/libmpathpersist/mpath_persistent_reserve_in.3
+++ b/libmpathpersist/mpath_persistent_reserve_in.3
@@ -6,7 +6,7 @@
 .\" Update the date below if you make any significant change.
 .\" ----------------------------------------------------------------------------
 .
-.TH MPATH_PERSISTENT_RESERVE_IN 3 2018-06-15 Linux
+.TH MPATH_PERSISTENT_RESERVE_IN 3 2024-02-09 Linux
 .
 .
 .\" ----------------------------------------------------------------------------
diff --git a/libmpathpersist/mpath_persistent_reserve_out.3 b/libmpathpersist/mpath_persistent_reserve_out.3
index 70e26028..3dbeae1f 100644
--- a/libmpathpersist/mpath_persistent_reserve_out.3
+++ b/libmpathpersist/mpath_persistent_reserve_out.3
@@ -6,7 +6,7 @@
 .\" Update the date below if you make any significant change.
 .\" ----------------------------------------------------------------------------
 .
-.TH MPATH_PERSISTENT_RESERVE_OUT 3 2018-06-15 Linux
+.TH MPATH_PERSISTENT_RESERVE_OUT 3 2024-02-09 Linux
 .
 .
 .\" ----------------------------------------------------------------------------
diff --git a/multipath/multipath.8.in b/multipath/multipath.8.in
index 348eb220..b88e9a4c 100644
--- a/multipath/multipath.8.in
+++ b/multipath/multipath.8.in
@@ -6,7 +6,7 @@
 .\" Update the date below if you make any significant change.
 .\" ----------------------------------------------------------------------------
 .
-.TH MULTIPATH 8 2021-11-12 Linux
+.TH MULTIPATH 8 2023-09-08 Linux
 .
 .
 .\" ----------------------------------------------------------------------------
diff --git a/multipath/multipath.conf.5.in b/multipath/multipath.conf.5.in
index c1a19ebb..46d3685a 100644
--- a/multipath/multipath.conf.5.in
+++ b/multipath/multipath.conf.5.in
@@ -6,7 +6,7 @@
 .\" Update the date below if you make any significant change.
 .\" ----------------------------------------------------------------------------
 .
-.TH MULTIPATH.CONF 5 2023-06-15 Linux
+.TH MULTIPATH.CONF 5 2024-04-17 Linux
 .
 .
 .\" ----------------------------------------------------------------------------
diff --git a/multipathd/multipathd.8.in b/multipathd/multipathd.8.in
index f1cab3ff..12b77156 100644
--- a/multipathd/multipathd.8.in
+++ b/multipathd/multipathd.8.in
@@ -6,7 +6,7 @@
 .\" Update the date below if you make any significant change.
 .\" ----------------------------------------------------------------------------
 .
-.TH MULTIPATHD 8 2022-09-03 Linux
+.TH MULTIPATHD 8 2023-12-19 Linux
 .
 .
 .\" ----------------------------------------------------------------------------
-- 
2.44.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-04-27 23:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20240427234538.8025-1-xose.vazquez@gmail.com>
2024-04-27 23:45 ` [PATCH 1/3] multipath-tools: simplify comment in hwtable Xose Vazquez Perez
2024-04-27 23:45 ` [PATCH 2/3] multipath-tools: unify text in multipath.conf.5 Xose Vazquez Perez
2024-04-27 23:45 ` [PATCH 3/3] multipath-tools: update man pages dates Xose Vazquez Perez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.