91daccef68
(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
18 lines
478 B
Diff
18 lines
478 B
Diff
---
|
|
libmultipath/devmapper.c | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
Index: multipath-tools-120518/libmultipath/devmapper.c
|
|
===================================================================
|
|
--- multipath-tools-120518.orig/libmultipath/devmapper.c
|
|
+++ multipath-tools-120518/libmultipath/devmapper.c
|
|
@@ -1272,6 +1272,8 @@ dm_rename (char * old, char * new)
|
|
goto out;
|
|
if (!dm_task_run(dmt))
|
|
goto out;
|
|
+ if (conf->daemon)
|
|
+ dm_task_update_nodes();
|
|
|
|
r = 1;
|
|
out:
|