diff options
Diffstat (limited to 'meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch')
-rw-r--r-- | meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch b/meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch index c6089612b3..e7ea374cd1 100644 --- a/meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch +++ b/meta-oe/recipes-support/multipath-tools/files/0005-RH-add-mpathconf.patch | |||
@@ -1,7 +1,7 @@ | |||
1 | From 8f52504859704466667e042baf437c2b6272ffb9 Mon Sep 17 00:00:00 2001 | 1 | From 4035b48b512b5010b1c33aeba8c58cf2705bca83 Mon Sep 17 00:00:00 2001 |
2 | From: Changqing Li <changqing.li@windriver.com> | 2 | From: Changqing Li <changqing.li@windriver.com> |
3 | Date: Mon, 26 Nov 2018 09:55:12 +0800 | 3 | Date: Mon, 26 Nov 2018 09:55:12 +0800 |
4 | Subject: [PATCH 05/12] RH: add mpathconf | 4 | Subject: [PATCH] RH: add mpathconf |
5 | 5 | ||
6 | mpathconf is a program (largely based on lvmcomf) to help users | 6 | mpathconf is a program (largely based on lvmcomf) to help users |
7 | configure /etc/multipath.conf and enable or disable multipathing. It | 7 | configure /etc/multipath.conf and enable or disable multipathing. It |
@@ -29,10 +29,10 @@ Signed-off-by: Changqing Li <changqing.li@windriver.com> | |||
29 | create mode 100644 multipath/mpathconf.8 | 29 | create mode 100644 multipath/mpathconf.8 |
30 | 30 | ||
31 | diff --git a/libmultipath/config.c b/libmultipath/config.c | 31 | diff --git a/libmultipath/config.c b/libmultipath/config.c |
32 | index 8a3a8f37..a40b41ab 100644 | 32 | index d8fafa1f..cba7994b 100644 |
33 | --- a/libmultipath/config.c | 33 | --- a/libmultipath/config.c |
34 | +++ b/libmultipath/config.c | 34 | +++ b/libmultipath/config.c |
35 | @@ -962,6 +962,7 @@ int _init_config (const char *file, struct config *conf) | 35 | @@ -940,6 +940,7 @@ int init_config__ (const char *file, struct config *conf) |
36 | validate_pctable(conf->overrides, 0, file); | 36 | validate_pctable(conf->overrides, 0, file); |
37 | } else { | 37 | } else { |
38 | condlog(0, "/etc/multipath.conf does not exist, blacklisting all devices."); | 38 | condlog(0, "/etc/multipath.conf does not exist, blacklisting all devices."); |
@@ -648,6 +648,3 @@ index 00000000..4cd32672 | |||
648 | +.BR service (8), | 648 | +.BR service (8), |
649 | +.SH AUTHOR | 649 | +.SH AUTHOR |
650 | +Benjamin Marzinski <bmarzins@redhat.com> | 650 | +Benjamin Marzinski <bmarzins@redhat.com> |
651 | -- | ||
652 | 2.25.1 | ||
653 | |||