* master - lv_manip: add synchronization points
@ 2020-09-08 22:03 Zdenek Kabelac
0 siblings, 0 replies; only message in thread
From: Zdenek Kabelac @ 2020-09-08 22:03 UTC (permalink / raw)
To: lvm-devel
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=3e6bb772287a6d7f753b08780c7e913c98f5e307
Commit: 3e6bb772287a6d7f753b08780c7e913c98f5e307
Parent: 8d6f1f9768da5a66b8f5153d13c96f50f411155f
Author: Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate: Tue Sep 8 15:20:50 2020 +0200
Committer: Zdenek Kabelac <zkabelac@redhat.com>
CommitterDate: Tue Sep 8 21:23:03 2020 +0200
lv_manip: add synchronization points
---
lib/metadata/lv_manip.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lib/metadata/lv_manip.c b/lib/metadata/lv_manip.c
index 284d0e52b..d72c49bea 100644
--- a/lib/metadata/lv_manip.c
+++ b/lib/metadata/lv_manip.c
@@ -7750,6 +7750,9 @@ out:
r = 0; /* Continue deactivating as many as possible. */
}
+ if (!sync_local_dev_names(vg->cmd))
+ log_debug("Failed to sync local device names after deactivation of wiped volumes.");
+
return r;
}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-09-08 22:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-08 22:03 master - lv_manip: add synchronization points Zdenek Kabelac
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.