1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/lib
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
..
activate activation: Pass both ondisk and incore LV to suspend. 2013-06-10 17:26:38 +02:00
cache Move export_vg_to_config_tree alongside export_vg_to_buffer. 2013-06-10 15:55:55 +02:00
commands filters: dump filter returns error code 2013-06-03 08:42:25 +02:00
config config: fix bitfield for section 2013-05-03 15:42:44 +02:00
datastruct Switch to return void 2012-02-08 12:52:58 +00:00
device filters: dump filter returns error code 2013-06-03 08:42:25 +02:00
display thin: fix cut&paste bug 2013-04-21 23:07:00 +02:00
error cleanup: drop unneeded included header files 2012-08-23 14:37:20 +02:00
filters cleanup: code update and typo fix 2013-06-03 08:42:33 +02:00
format1 refactor: rename embedding area -> bootloader area 2013-05-28 12:37:22 +02:00
format_pool vgread: fix fid transfer for lvm1 and pool format 2013-04-21 23:13:57 +02:00
format_text Move export_vg_to_config_tree alongside export_vg_to_buffer. 2013-06-10 15:55:55 +02:00
freeseg cleanup: drop unneeded included header files 2012-08-23 14:37:20 +02:00
label logging: classify log_debug messages 2013-01-07 22:30:29 +00:00
locking activation: Pass both ondisk and incore LV to suspend. 2013-06-10 17:26:38 +02:00
log log: reenable abort 2013-04-02 15:16:04 +02:00
metadata format1: Fix snapshot reload in lv_remove. 2013-06-10 21:01:57 +02:00
mirror config: refer to config nodes using assigned IDs 2013-03-06 10:14:33 +01:00
misc cleanup: explicit check for nonnull pointer 2013-04-21 23:14:05 +02:00
mm mm: fix leak in fail path 2013-05-13 13:13:20 +02:00
raid DM RAID: Add ability to throttle sync operations for RAID LVs. 2013-05-31 11:25:52 -05:00
replicator cleanup: drop unneeded included header files 2012-08-23 14:37:20 +02:00
report DM RAID: Add ability to throttle sync operations for RAID LVs. 2013-05-31 11:25:52 -05:00
snapshot snapshot: use dm_get_status_snapshot() 2013-05-27 10:32:02 +02:00
striped
thin config: refer to config nodes using assigned IDs 2013-03-06 10:14:33 +01:00
unknown cleanup: drop unneeded included header files 2012-08-23 14:37:20 +02:00
uuid
zero cleanup: drop unneeded included header files 2012-08-23 14:37:20 +02:00
Makefile.in cleanup: drop unneeded included header files 2012-08-23 14:37:20 +02:00