]> sourceware.org Git - lvm2.git/commit
clean-up: Rename lvm.conf setting 'mirror_region_size' to 'raid_region_size'
authorJonathan Brassow <jbrassow@redhat.com>
Wed, 20 Feb 2013 20:40:17 +0000 (14:40 -0600)
committerJonathan Brassow <jbrassow@redhat.com>
Wed, 20 Feb 2013 20:40:17 +0000 (14:40 -0600)
commit0e4ffd9d3b9cc8bf88662e3a0d023602360c6993
treeca00b97b6fa3288b2b78bf2d7751deb788187cd4
parenta7d6a612b800ac53ded216842d0386f41e504c4e
clean-up:  Rename lvm.conf setting 'mirror_region_size' to 'raid_region_size'

We have been using 'mirror_region_size' in lvm.conf as the default region
size for RAID logical volumes as well as mirror logical volumes.  Since,
"raid" is more inclusive and representative than "mirror", I have changed
the name of this setting.  We must still check for the old setting and warn
the user if we are overriding it with the new setting if both happen to be
present.
WHATS_NEW
doc/example.conf.in
lib/config/defaults.h
lib/metadata/lv_manip.c
lib/metadata/metadata-exported.h
lib/metadata/raid_manip.c
lib/mirror/mirrored.c
tools/lvconvert.c
tools/lvcreate.c
This page took 0.03308 seconds and 5 git commands to generate.