* multipath-tools multipath.conf.synthetic
@ 2011-03-07 18:42 bmarzins
2011-03-08 9:57 ` Bryn M. Reeves
0 siblings, 1 reply; 2+ messages in thread
From: bmarzins @ 2011-03-07 18:42 UTC (permalink / raw)
To: dm-cvs, dm-devel
CVSROOT: /cvs/dm
Module name: multipath-tools
Branch: RHEL5_FC6
Changes by: bmarzins@sourceware.org 2011-03-07 18:42:03
Modified files:
. : multipath.conf.synthetic
Log message:
Forgot to remove /bin/true reference from multipath.conf.synthetic. Removing.
Not applicable upstream.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/multipath.conf.synthetic.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.11.2.6&r2=1.11.2.7
--- multipath-tools/multipath.conf.synthetic 2008/09/08 22:01:19 1.11.2.6
+++ multipath-tools/multipath.conf.synthetic 2011/03/07 18:42:03 1.11.2.7
@@ -8,7 +8,7 @@
# selector "round-robin 0"
# path_grouping_policy multibus
# getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
-# prio_callout /bin/true
+# prio_callout none
# path_checker readsector0
# rr_min_io 100
# max_fds 8192
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: multipath-tools multipath.conf.synthetic
2011-03-07 18:42 multipath-tools multipath.conf.synthetic bmarzins
@ 2011-03-08 9:57 ` Bryn M. Reeves
0 siblings, 0 replies; 2+ messages in thread
From: Bryn M. Reeves @ 2011-03-08 9:57 UTC (permalink / raw)
To: device-mapper development; +Cc: dm-cvs, bmarzins
[-- Attachment #1: Type: text/plain, Size: 1591 bytes --]
On 03/07/2011 06:42 PM, bmarzins@sourceware.org wrote:
> CVSROOT: /cvs/dm
> Module name: multipath-tools
> Branch: RHEL5_FC6
> Changes by: bmarzins@sourceware.org 2011-03-07 18:42:03
>
> Modified files:
> . : multipath.conf.synthetic
>
> Log message:
> Forgot to remove /bin/true reference from multipath.conf.synthetic. Removing.
> Not applicable upstream.
>
> Patches:
> http://sourceware.org/cgi-bin/cvsweb.cgi/multipath-tools/multipath.conf.synthetic.diff?cvsroot=dm&only_with_tag=RHEL5_FC6&r1=1.11.2.6&r2=1.11.2.7
>
> --- multipath-tools/multipath.conf.synthetic 2008/09/08 22:01:19 1.11.2.6
> +++ multipath-tools/multipath.conf.synthetic 2011/03/07 18:42:03 1.11.2.7
> @@ -8,7 +8,7 @@
> # selector "round-robin 0"
> # path_grouping_policy multibus
> # getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
> -# prio_callout /bin/true
> +# prio_callout none
> # path_checker readsector0
> # rr_min_io 100
> # max_fds 8192
Thanks Ben, I think we should also remove the reference from
multipath/multipath.conf.redhat as this is the default /etc/multipath.conf on
Red Hat systems and users blindly un-commenting the example may create problems
(e.g. boot from SAN fails) - patch attached.
#defaults {
# udev_dir /dev
# polling_interval 10
# selector "round-robin 0"
# path_grouping_policy multibus
# getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
# prio_callout /bin/true
# path_checker readsector0
# rr_min_io 100
# max_fds 8192
# rr_weight priorities
# failback immediate
# no_path_retry fail
# user_friendly_names yes
#}
Regards,
Bryn.
[-- Attachment #2: multipath-tools-drop-bin-true-prio-callout.patch --]
[-- Type: text/plain, Size: 557 bytes --]
diff -up multipath-tools/multipath/multipath.conf.redhat.orig multipath-tools/multipath/multipath.conf.redhat
--- multipath-tools/multipath/multipath.conf.redhat.orig 2011-03-08 09:55:59.000000000 +0000
+++ multipath-tools/multipath/multipath.conf.redhat 2011-03-08 09:56:06.000000000 +0000
@@ -25,7 +25,7 @@ defaults {
# selector "round-robin 0"
# path_grouping_policy multibus
# getuid_callout "/sbin/scsi_id -g -u -s /block/%n"
-# prio_callout /bin/true
+# prio_callout none
# path_checker readsector0
# rr_min_io 100
# rr_weight priorities
[-- Attachment #3: Type: text/plain, Size: 0 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-03-08 9:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07 18:42 multipath-tools multipath.conf.synthetic bmarzins
2011-03-08 9:57 ` Bryn M. Reeves
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox