]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - multipath-tools/patches/0015-RH-use-sync-support.patch
Merge remote-tracking branch 'stevee/openvswitch-systemd'
[people/amarx/ipfire-3.x.git] / multipath-tools / patches / 0015-RH-use-sync-support.patch
1 ---
2 libmultipath/devmapper.c | 2 ++
3 1 file changed, 2 insertions(+)
4
5 Index: multipath-tools-120518/libmultipath/devmapper.c
6 ===================================================================
7 --- multipath-tools-120518.orig/libmultipath/devmapper.c
8 +++ multipath-tools-120518/libmultipath/devmapper.c
9 @@ -1272,6 +1272,8 @@ dm_rename (char * old, char * new)
10 goto out;
11 if (!dm_task_run(dmt))
12 goto out;
13 + if (conf->daemon)
14 + dm_task_update_nodes();
15
16 r = 1;
17 out: