1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/config
Mike Snitzer 2aabcc1c1c Add devices/data_alignment_detection to lvm.conf.
Adds 'data_alignment_detection' config option to the devices section of
lvm.conf.  If your kernel provides topology information in sysfs (linux
>= 2.6.31) for the Physical Volume, the start of data area will be
aligned on a multiple of the ’minimum_io_size’ or ’optimal_io_size’
exposed in sysfs.

minimum_io_size is used if optimal_io_size is undefined (0).  If both
md_chunk_alignment and data_alignment_detection are enabled the result
of data_alignment_detection is used.

Signed-off-by: Mike Snitzer <snitzer@redhat.com>
2009-08-01 17:08:43 +00:00
..
config.c Rename _override_settings into override_config_tree_from_string and move. 2009-07-27 21:01:56 +00:00
config.h Rename _override_settings into override_config_tree_from_string and move. 2009-07-27 21:01:56 +00:00
defaults.h Add devices/data_alignment_detection to lvm.conf. 2009-08-01 17:08:43 +00:00