1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 20:25:52 +03:00
lvm2/lib/metadata
Zdenek Kabelac 789f9c55e5 Remove INCONSISTENT_VG flag
As this flag could not have been set by the current code - removing it.

Note: because of the wrong code logic this call:

lvmcache_update_vg(correct_vg, correct_vg->status & PRECOMMITTED &
			   (inconsistent ? INCONSISTENT_VG : 0));

had always passed '0' - now after flag removal it's passing
PRECOMMITTED flag in - this present functinal change in this patch.

To match the original functionality - 0 had to be always passed.
More testing is needed here.
2011-08-10 20:17:33 +00:00
..
lv_alloc.h Remove and unneeded parameter from build_parallel_areas_from_lv() 2011-07-19 16:37:42 +00:00
lv_manip.c Fix compiler warning. 2011-08-10 16:44:17 +00:00
lv.c This patchset refactors some reporting code and completes the remaining 2011-04-12 12:24:29 +00:00
lv.h This patchset refactors some reporting code and completes the remaining 2011-04-12 12:24:29 +00:00
merge.c Add basic RAID segment type(s) support. 2011-08-02 22:07:20 +00:00
metadata-exported.h Add basic RAID segment type(s) support. 2011-08-02 22:07:20 +00:00
metadata.c Remove INCONSISTENT_VG flag 2011-08-10 20:17:33 +00:00
metadata.h Remove INCONSISTENT_VG flag 2011-08-10 20:17:33 +00:00
mirror.c Remove and unneeded parameter from build_parallel_areas_from_lv() 2011-07-19 16:37:42 +00:00
pv_alloc.h Fix all segments memory is allocated from vg private mempool. 2010-03-31 17:23:18 +00:00
pv_manip.c Improve the discard documentation. Also improve discard code in 2011-04-13 18:26:39 +00:00
pv_map.c Allow ALLOC_ANYWHERE to split contiguous areas. 2010-03-25 21:19:26 +00:00
pv_map.h Remove superfluous fn prototypes. 2010-07-09 15:21:10 +00:00
pv.c Append 'm' attribute to pv_attr for missing PVs. 2011-06-29 14:56:33 +00:00
pv.h Defer writing PV labels to vg_write. 2011-06-01 19:29:31 +00:00
replicator_manip.c Rename vg_release to free_vg. 2010-12-08 20:50:48 +00:00
segtype.c Handle metadata with unknown segment types more gracefully. 2009-10-16 17:41:49 +00:00
segtype.h Add basic RAID segment type(s) support. 2011-08-02 22:07:20 +00:00
snapshot_manip.c Fix potential null ptr deref in 'origin_from_cow' 2011-07-19 16:23:52 +00:00
vg.c Defer writing PV labels to vg_write. 2011-06-01 19:29:31 +00:00
vg.h Defer writing PV labels to vg_write. 2011-06-01 19:29:31 +00:00