1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-22 17:35:59 +03:00
lvm2/lib/activate
Milan Broz c1fdeec999 Fix readahead calculation problems.
During vgreduce is failed mirror image replaced with error segment,
this segmant type has always area_count == 0.
Current code expects that there is at least one area with device,
patch fixes it by additional check (fixes segfault during vgreduce).

Also do not calculate readahead in every lv_info call, we only need
to cache PV readahead before activation calls which locks memory.
2009-06-01 12:43:31 +00:00
..
activate.c Fix readahead calculation problems. 2009-06-01 12:43:31 +00:00
activate.h Attempt cleanup in child before execing new binary in exec_cmd() 2009-02-28 00:54:06 +00:00
dev_manager.c Fix readahead calculation problems. 2009-06-01 12:43:31 +00:00
dev_manager.h Use suspend with flush when device size was changed during table preload. 2009-05-20 09:52:37 +00:00
fs.c Fix vgrename using UUID in case there are VGs with the same name. 2008-12-19 14:22:48 +00:00
fs.h Fix vgrename using UUID in case there are VGs with the same name. 2008-12-19 14:22:48 +00:00
targets.h Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1. 2007-08-20 20:55:30 +00:00