Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=17f3b8280b8ade39…
Commit: 17f3b8280b8ade397a6a4a8fd82ba7dd7d0e1d1b
Parent: 0decd7553ac9dcf4a7d81f5b10b1f4ca053ae9a5
Author: Petr Rockai <prockai(a)redhat.com>
AuthorDate: Wed Oct 9 14:44:15 2013 +0200
Committer: Petr Rockai <prockai(a)redhat.com>
CommitterDate: Wed Oct 9 14:44:15 2013 +0200
test: Correctly trigger inconsistent metadata repair in lvmcache-exercise.
Since lvconvert --repair sets handles_missing_pvs, it will not repair
inconsistent metadata automatically. Calling lvs instead should do the trick.
---
test/shell/lvmcache-exercise.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/shell/lvmcache-exercise.sh b/test/shell/lvmcache-exercise.sh
index 5ea6381..6e8efda 100644
--- a/test/shell/lvmcache-exercise.sh
+++ b/test/shell/lvmcache-exercise.sh
@@ -30,7 +30,7 @@ lvconvert --yes --repair $vg2/$lv1
aux enable_dev "$dev3"
# here it should fix any reappeared devices
-lvconvert --yes --repair $vg2/$lv1
+lvs
lvs -a $vg2 -o+devices 2>&1 | tee out
not grep reappeared out
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=863be9d9c6dbe84f…
Commit: 863be9d9c6dbe84f072b77d37a64de601bd2f76b
Parent: a7c73154ea4f751cfd7e72162d355844993d72fa
Author: Peter Rajnoha <prajnoha(a)redhat.com>
AuthorDate: Wed Oct 9 12:11:12 2013 +0200
Committer: Peter Rajnoha <prajnoha(a)redhat.com>
CommitterDate: Wed Oct 9 12:11:12 2013 +0200
WHATS_NEW: commit d888a05 and 808a5d9
---
WHATS_NEW | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/WHATS_NEW b/WHATS_NEW
index 7450f04..39c5b05 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,7 @@
Version 2.02.104
===================================
+ Fix incorrect memory handling when reading messages from lvmetad.
+ Fix locking in lvmetad when handling the PV which is gone.
Recognize new flag to skip udev scanning in udev rules and act appropriately.
Add support for flagging an LV to skip udev scanning during activation.
Improve message when unable to change discards setting on active thin pool.