All of lore.kernel.org
 help / color / mirror / Atom feed
* multipath can't be run with -S, so don't try
@ 2005-05-03 21:17 Benjamin Marzinski
  2005-05-03 21:31 ` christophe varoqui
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Marzinski @ 2005-05-03 21:17 UTC (permalink / raw)
  To: dm-devel

[-- Attachment #1: Type: text/plain, Size: 98 bytes --]

This is a patch clean up the references to -S in multipath, multipathd, and
the conf files.

-Ben

[-- Attachment #2: no_S.patch --]
[-- Type: text/plain, Size: 2082 bytes --]

diff -urN multipath-tools-0.4.5-pre2/multipath/main.c multipath-tools-patched/multipath/main.c
--- multipath-tools-0.4.5-pre2/multipath/main.c	2005-04-28 17:01:10.000000000 -0500
+++ multipath-tools-patched/multipath/main.c	2005-05-03 14:54:52.000000000 -0500
@@ -761,7 +761,7 @@
 usage (char * progname)
 {
 	fprintf (stderr, VERSION_STRING);
-	fprintf (stderr, "Usage: %s\t[-v level] [-d] [-l] [-S]\n",
+	fprintf (stderr, "Usage: %s\t[-v level] [-d] [-l]\n",
 		progname);
 	fprintf (stderr,
 		"\t\t\t[-p failover|multibus|group_by_serial|group_by_prio]\n" \
diff -urN multipath-tools-0.4.5-pre2/multipath.conf.annotated multipath-tools-patched/multipath.conf.annotated
--- multipath-tools-0.4.5-pre2/multipath.conf.annotated	2005-04-29 18:19:05.000000000 -0500
+++ multipath-tools-patched/multipath.conf.annotated	2005-05-03 14:54:22.000000000 -0500
@@ -7,9 +7,9 @@
 	# name    : multipath_tool
 	# scope   : multipathd
 	# desc    : the tool in charge of configuring the multipath device maps
-	# default : "/sbin/multipath -v 0 -S"
+	# default : "/sbin/multipath -v 0"
 	#
-	multipath_tool	"/sbin/multipath -v 0 -S"
+	multipath_tool	"/sbin/multipath -v 0"
 
 	#
 	# name    : udev_dir
diff -urN multipath-tools-0.4.5-pre2/multipath.conf.synthetic multipath-tools-patched/multipath.conf.synthetic
--- multipath-tools-0.4.5-pre2/multipath.conf.synthetic	2005-04-28 18:08:30.000000000 -0500
+++ multipath-tools-patched/multipath.conf.synthetic	2005-05-03 14:54:34.000000000 -0500
@@ -1,5 +1,5 @@
 defaults {
-	multipath_tool	"/sbin/multipath -v 0 -S"
+	multipath_tool	"/sbin/multipath -v 0"
 	udev_dir	/dev
 	polling_interval 10
 	default_selector	"round-robin 0"
diff -urN multipath-tools-0.4.5-pre2/multipathd/main.h multipath-tools-patched/multipathd/main.h
--- multipath-tools-0.4.5-pre2/multipathd/main.h	2005-04-07 14:37:22.000000000 -0500
+++ multipath-tools-patched/multipathd/main.h	2005-05-03 14:55:26.000000000 -0500
@@ -3,6 +3,6 @@
 
 #define DAEMON 1
 #define CHECKINT 5
-#define MULTIPATH "/sbin/multipath -v0 -S"
+#define MULTIPATH "/sbin/multipath -v0"
 
 #endif

[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



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

* Re: multipath can't be run with -S, so don't try
  2005-05-03 21:17 multipath can't be run with -S, so don't try Benjamin Marzinski
@ 2005-05-03 21:31 ` christophe varoqui
  0 siblings, 0 replies; 2+ messages in thread
From: christophe varoqui @ 2005-05-03 21:31 UTC (permalink / raw)
  To: device-mapper development

Applied, thanks.

It will appear as commit f849af142710ddfab9d29533be30bbf23dcd5a55 in the
git korg repository, when updated.

Shall I understand you approve the design evolution ?

On mar, 2005-05-03 at 16:17 -0500, Benjamin Marzinski wrote:
> This is a patch clean up the references to -S in multipath, multipathd, and
> the conf files.
> 

-- 
christophe varoqui <christophe.varoqui@free.fr>

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

end of thread, other threads:[~2005-05-03 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-03 21:17 multipath can't be run with -S, so don't try Benjamin Marzinski
2005-05-03 21:31 ` christophe varoqui

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.