diff options
| author | Benjamin Marzinski <bmarzins@redhat.com> | 2012-06-28 12:41:03 -0500 |
|---|---|---|
| committer | Benjamin Marzinski <bmarzins@redhat.com> | 2012-06-28 12:41:03 -0500 |
| commit | 91daccef68640e2e9f9a30205f19dde324201e9a (patch) | |
| tree | d73341255d6e6e6a795e67683fdc6a0acd0f0a32 /0004-RH-update-init-script.patch | |
| parent | 5c6bc08dc892391d2922cbe36a7848dcb7107d3a (diff) | |
| download | device-mapper-multipath-91daccef68640e2e9f9a30205f19dde324201e9a.tar.gz device-mapper-multipath-91daccef68640e2e9f9a30205f19dde324201e9a.tar.xz device-mapper-multipath-91daccef68640e2e9f9a30205f19dde324201e9a.zip | |
Updated to latest upstream 0.4.9 code : multipath-tools-120613.tgz
(git commit id: cb0f7127ba90ab5e8e71fc534a0a16cdbe96a88f)
Add 0001-RH-remove_callout.patch
* multipath no longer uses the getuid callout. It now gets the
wwid from the udev database or the environment variables
Add 0004-RH-fix-cciss-names.patch
* convert cciss device names from cciss/cXdY to sysfs style cciss!cXdY
Split 0009-RH-add-find-multipaths.patch into 0002-RH-add-wwids-file.patch
and 0010-RH-add-find-multipaths.patch
Add 0016-RH-change-configs.patch
* default fast_io_fail to 5 and don't set the path selector in the
builtin configs.
Resolves: bz #831978
Diffstat (limited to '0004-RH-update-init-script.patch')
| -rw-r--r-- | 0004-RH-update-init-script.patch | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/0004-RH-update-init-script.patch b/0004-RH-update-init-script.patch deleted file mode 100644 index a0b99ac..0000000 --- a/0004-RH-update-init-script.patch +++ /dev/null @@ -1,76 +0,0 @@ ---- - multipathd/multipathd.init.redhat | 27 ++++++--------------------- - 1 file changed, 6 insertions(+), 21 deletions(-) - -Index: multipath-tools-111219/multipathd/multipathd.init.redhat -=================================================================== ---- multipath-tools-111219.orig/multipathd/multipathd.init.redhat -+++ multipath-tools-111219/multipathd/multipathd.init.redhat -@@ -73,14 +73,6 @@ start() { - echo - } - --force_stop() { -- echo -n $"Stopping $prog daemon: " -- killproc $DAEMON -- RETVAL=$? -- [ $RETVAL -eq 0 ] && rm -f $lockdir/$prog -- echo --} -- - stop() { - root_dev=$(awk '{ if ($1 !~ /^[ \t]*#/ && $2 == "/") { print $1; }}' /etc/mtab) - dm_num=`dmsetup info -c --noheadings -o minor $root_dev 2> /dev/null` -@@ -89,7 +81,11 @@ stop() { - [ -d $syspath/$root_dm_device ] && teardown_slaves $syspath/$root_dm_device - fi - -- force_stop -+ echo -n $"Stopping $prog daemon: " -+ killproc $DAEMON -+ RETVAL=$? -+ [ $RETVAL -eq 0 ] && rm -f $lockdir/$prog -+ echo - } - - restart() { -@@ -97,11 +93,6 @@ restart() { - start - } - --force_restart() { -- force_stop -- start --} -- - reload() { - echo -n "Reloading $prog: " - trap "" SIGHUP -@@ -117,18 +108,12 @@ start) - stop) - stop - ;; --force-stop) -- force_stop -- ;; - force-reload|reload) - reload - ;; - restart) - restart - ;; --force-restart) -- force_restart -- ;; - condrestart|try-restart) - if [ -f $lockdir/$prog ]; then - restart -@@ -139,7 +124,7 @@ status) - RETVAL=$? - ;; - *) -- echo $"Usage: $0 {start|stop|force-stop|status|restart|force-restart|condrestart|reload}" -+ echo $"Usage: $0 {start|stop|status|restart|condrestart|reload}" - RETVAL=2 - esac - |
