aboutsummaryrefslogtreecommitdiff
path: root/WHATS_NEW
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2012-03-08 23:43:28 +0100
committerZdenek Kabelac <zkabelac@redhat.com>2013-05-20 16:47:33 +0200
commit2ada982e73872e45215e68e57b2b6b4168dc26f8 (patch)
treec0b370d117c63a92a95c540532148151b007115c /WHATS_NEW
parent810bc4f8c1f2f28bf78ac538486d63317ba9b079 (diff)
downloadlvm2-2ada982e73872e45215e68e57b2b6b4168dc26f8.tar.gz
vgchange: check for mounted fs
Check for mounted fs also for vgchange command, not just lvchange. NOTE: Code is using lv_info() just like lvs_in_vg_opened(). It should be probably converted into lv_is_active_locally().
Diffstat (limited to 'WHATS_NEW')
-rw-r--r--WHATS_NEW1
1 files changed, 1 insertions, 0 deletions
diff --git a/WHATS_NEW b/WHATS_NEW
index 2583e2de6..e63e00049 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
Version 2.02.99 -
===================================
+ Add detection of mounted fs also for vgchange deactivation.
Replace 'lv_is_active' with more correct/specific variants (e.g. *_locally).
Refuse to init a snapshot merge in lvconvert if there's no kernel support.
Fix exported symbols regex for non-GNU busybox sed.