]> sourceware.org Git - lvm2.git/commit
lvcreate: raid0 needs default number of stripes
authorHeinz Mauelshagen <heinzm@redhat.com>
Wed, 20 Jul 2016 15:20:15 +0000 (17:20 +0200)
committerHeinz Mauelshagen <heinzm@redhat.com>
Wed, 20 Jul 2016 15:20:15 +0000 (17:20 +0200)
commit7eb79091937d01eec51fc6a034879a6fe607231d
treea80fac054537e9f331f423ded63b80be9ca3f425
parent19e652b182099ca06c678394eccd1988967dacf9
lvcreate: raid0 needs default number of stripes

Commit 3928c96a37941d765bf467d82502cd2aec7fd809 introduced
new defaults for raid number of stripes, which may cause
backwards compatibility issues with customer scripts.

Adding configurable option 'raid_stripe_all_devices' defaulting
to '0' (i.e. off = new behaviour) to select the old behaviour
of using all PVs in the VG or those provided on the command line.

In case any scripts rely on the old behaviour, just set
'raid_strip_all_devices = 1'.

- resolves rhbz1354650
conf/example.conf.in
lib/config/config_settings.h
lib/config/defaults.h
tools/lvcreate.c
This page took 0.035803 seconds and 5 git commands to generate.