]> sourceware.org Git - lvm2.git/commit
Add devices/data_alignment_detection to lvm.conf.
authorsnitzer <snitzer>
Sat, 1 Aug 2009 17:08:43 +0000 (17:08 +0000)
committersnitzer <snitzer>
Sat, 1 Aug 2009 17:08:43 +0000 (17:08 +0000)
commit4422423315cbbd8c41c8a0dfa9af0aae28b0a3b4
tree351b293fc0d83a6680305d6d7c1a37f6c7135e3d
parent6c88b6c660020d05b6f9d3e6d8fcfce145b9abdb
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>
WHATS_NEW
doc/example.conf
lib/config/defaults.h
lib/device/device.c
lib/device/device.h
lib/metadata/metadata.c
man/lvm.conf.5.in
This page took 0.039568 seconds and 5 git commands to generate.