1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00
Petr Rockai f5a3bef276 format1: Fix snapshot reload in lv_remove.
The special suspend/resume code in lv_remove for LVM1 snapshots was interpsersed
with a vg_commit call. However, while with LVM1 metadata, vg_commit is
technically a no-op, the activation code relied on the ondisk and incore
metadata being the same, since on LVM1, a "commit" happens in vg_write
already. Since the "ondisk" metadata was previously not available with format1
(and incore was silently used instead, via lvmcache), the problem was masked.
2013-06-10 21:01:57 +02:00
..
2013-05-03 15:42:44 +02:00
2012-02-08 12:52:58 +00:00
2013-04-21 23:07:00 +02:00
2013-06-03 08:42:33 +02:00
2013-04-02 15:16:04 +02:00
2013-05-13 13:13:20 +02:00