mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
release 2.02.102
18 files changed, 137 insertions(+), 203 deletions(-)
This commit is contained in:
parent
431eda63cc
commit
c8057aec36
@ -1 +1 @@
|
||||
1.02.80-git (2013-09-20)
|
||||
1.02.81-git (2013-09-23)
|
||||
|
@ -1,4 +1,4 @@
|
||||
Version 2.02.102
|
||||
Version 2.02.102 - 23rd September 2013
|
||||
======================================
|
||||
Fix missing build dependency for scripts subdir in Makefile.
|
||||
Extend lv_info() for more efficient lv_is_active_locally() check.
|
||||
|
@ -1,3 +1,7 @@
|
||||
Version 1.02.81 - 23rd September 2013
|
||||
=====================================
|
||||
Tidy dmeventd fifo initialisation.
|
||||
|
||||
Version 1.02.80 - 20th September 2013
|
||||
=====================================
|
||||
Detect invalid sector supplied to 'dmsetup message'.
|
||||
|
@ -354,7 +354,9 @@ int backup_restore_vg(struct cmd_context *cmd, struct volume_group *vg, int drop
|
||||
if (drop_lvmetad && lvmetad_active()) {
|
||||
struct volume_group *vg_lvmetad = lvmetad_vg_lookup(cmd, vg->name, NULL);
|
||||
if (vg_lvmetad) {
|
||||
lvmetad_vg_remove(vg_lvmetad);
|
||||
/* FIXME Cope with failure to update lvmetad */
|
||||
if (!lvmetad_vg_remove(vg_lvmetad))
|
||||
stack;
|
||||
release_vg(vg_lvmetad);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user