]> sourceware.org Git - lvm2.git/commit
lvcreate: raid0 needs default number of stripes
authorHeinz Mauelshagen <heinzm@redhat.com>
Wed, 13 Jul 2016 19:44:06 +0000 (21:44 +0200)
committerHeinz Mauelshagen <heinzm@redhat.com>
Wed, 13 Jul 2016 19:45:49 +0000 (21:45 +0200)
commit3928c96a37941d765bf467d82502cd2aec7fd809
tree2bcf70bfa442d9de09a6950da69734c0cda62e3d
parent26f3b321f92f49fe20749cb09727f0908867b534
lvcreate: raid0 needs default number of stripes

raid0/raid0_meta type LVs don't have a default number of stripes when
created without '-i/--stripes Stripes' whereas other raid types have one.

Patch sets the default for raid0/raid0_meta to 2 stripes.

The default amount of stripes for raid4/5/10 is changed to 2 and for raid6 to 3
rather than using all PVs in the VG or those provided on the command line.

This is to avoid unintended high number of stripes in case of many PVs.

To select a different amount of stripes from the default,
use 'lvcreate -i/--stripes Stripes'.

- resolves rhbz1354650
tools/lvcreate.c
This page took 0.04134 seconds and 5 git commands to generate.