|
|
129170 |
---
|
|
|
129170 |
libmultipath/defaults.h | 4 ++--
|
|
|
129170 |
multipathd/multipathd.service | 2 +-
|
|
|
129170 |
2 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
129170 |
|
|
|
129170 |
Index: multipath-tools-130222/libmultipath/defaults.h
|
|
|
129170 |
===================================================================
|
|
|
129170 |
--- multipath-tools-130222.orig/libmultipath/defaults.h
|
|
|
129170 |
+++ multipath-tools-130222/libmultipath/defaults.h
|
|
|
129170 |
@@ -25,8 +25,8 @@
|
|
|
129170 |
#define MAX_CHECKINT(a) (a << 2)
|
|
|
129170 |
|
|
|
129170 |
#define MAX_DEV_LOSS_TMO 0x7FFFFFFF
|
|
|
129170 |
-#define DEFAULT_PIDFILE "/var/run/multipathd/multipathd.pid"
|
|
|
129170 |
-#define DEFAULT_TIMESTAMP_FILE "/var/run/multipathd/timestamp"
|
|
|
129170 |
+#define DEFAULT_PIDFILE "/run/multipathd/multipathd.pid"
|
|
|
129170 |
+#define DEFAULT_TIMESTAMP_FILE "/run/multipathd/timestamp"
|
|
|
129170 |
#define DEFAULT_SOCKET "/org/kernel/linux/storage/multipathd"
|
|
|
129170 |
#define DEFAULT_CONFIGFILE "/etc/multipath.conf"
|
|
|
129170 |
#define DEFAULT_BINDINGS_FILE "/etc/multipath/bindings"
|
|
|
129170 |
Index: multipath-tools-130222/multipathd/multipathd.service
|
|
|
129170 |
===================================================================
|
|
|
129170 |
--- multipath-tools-130222.orig/multipathd/multipathd.service
|
|
|
129170 |
+++ multipath-tools-130222/multipathd/multipathd.service
|
|
|
129170 |
@@ -9,7 +9,7 @@ Conflicts=shutdown.target
|
|
|
129170 |
|
|
|
129170 |
[Service]
|
|
|
129170 |
Type=forking
|
|
|
129170 |
-PIDFile=/var/run/multipathd/multipathd.pid
|
|
|
129170 |
+PIDFile=/run/multipathd/multipathd.pid
|
|
|
129170 |
ExecStartPre=/sbin/modprobe dm-multipath
|
|
|
129170 |
ExecStartPre=-/sbin/multipath -A
|
|
|
129170 |
ExecStart=/sbin/multipathd
|