All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Marzinski <bmarzins@redhat.com>
To: dm-devel@redhat.com
Subject: multipath can't be run with -S, so don't try
Date: Tue, 3 May 2005 16:17:03 -0500	[thread overview]
Message-ID: <20050503211703.GD5323@phlogiston.msp.redhat.com> (raw)

[-- 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 --]



             reply	other threads:[~2005-05-03 21:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-03 21:17 Benjamin Marzinski [this message]
2005-05-03 21:31 ` multipath can't be run with -S, so don't try christophe varoqui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050503211703.GD5323@phlogiston.msp.redhat.com \
    --to=bmarzins@redhat.com \
    --cc=dm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.