1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00
lvm2/tools
Heinz Mauelshagen 035276ab83 lvcreate: do not silently accept '-m #' with raid4/5/6
If the user provides '-m #' (# > 0) with mappings
raid4/5/6, the command silently creates
'#mirrors * #stripes + #parity' image component pairs.

Patch rejects '-m #' altogether for those mappings
in order to avoid LV creation with unexpected layout.

- resolves bz#1209445
2015-04-07 14:32:25 +02:00
..
.exported_symbols
.gitignore
args.h
cmdnames.h
commands.h system_id: enable the options in config file and command line 2015-03-05 09:50:43 -06:00
dmsetup.c
dumpconfig.c
errors.h
formats.c
lvchange.c lvchange: disable persistent minors for pools 2015-03-18 13:42:13 +01:00
lvconvert_poll.c lvconvert: move poll code in before refactoring 2015-04-01 20:40:50 +02:00
lvconvert_poll.h lvconvert: move poll code in before refactoring 2015-04-01 20:40:50 +02:00
lvconvert.c lvconvert: move poll code in before refactoring 2015-04-01 20:40:50 +02:00
lvcreate.c lvcreate: do not silently accept '-m #' with raid4/5/6 2015-04-07 14:32:25 +02:00
lvdisplay.c
lvextend.c
lvm2cmd-static.c
lvm2cmd.c
lvm2cmd.h
lvm2cmdline.h
lvm-static.c
lvm.c
lvmchange.c
lvmcmdlib.c
lvmcmdline.c
lvmdiskscan.c
lvreduce.c
lvremove.c cleanup: tools: "or use -S for selection" --> "or use --select for selection" 2015-03-04 14:40:58 +01:00
lvrename.c
lvresize.c
lvscan.c reporting: should not fail with foreign option if lvm1 pvs exist 2015-03-10 13:56:25 -05:00
Makefile.in lvconvert: move poll code in before refactoring 2015-04-01 20:40:50 +02:00
polldaemon.c pvmove: don't crash when name is not found 2015-04-03 17:18:11 +02:00
polldaemon.h
pvchange.c cleanup: tools: "or use -S for selection" --> "or use --select for selection" 2015-03-04 14:40:58 +01:00
pvck.c
pvcreate.c
pvdisplay.c
pvmove_poll.c pvmove: split pvmove_update_metadata function 2015-04-01 20:41:03 +02:00
pvmove_poll.h pvmove: split pvmove_update_metadata function 2015-04-01 20:41:03 +02:00
pvmove.c pvmove: split pvmove_update_metadata function 2015-04-01 20:41:03 +02:00
pvremove.c
pvresize.c
pvscan.c reporting: should not fail with foreign option if lvm1 pvs exist 2015-03-10 13:56:25 -05:00
reporter.c
segtypes.c
stub.h
tags.c
toollib.c metadata: vg: add removed_lvs field to collect LVs which have been removed 2015-03-24 08:43:08 +01:00
toollib.h
tools.h
vgcfgbackup.c
vgcfgrestore.c
vgchange.c vgchange: Additional system ID warnings. 2015-03-09 19:03:11 +00:00
vgck.c
vgconvert.c vgconvert: require lvmetad to not be used 2015-03-10 09:31:54 -05:00
vgcreate.c
vgdisplay.c
vgexport.c cleanup: tools: "or use -S for selection" --> "or use --select for selection" 2015-03-04 14:40:58 +01:00
vgextend.c
vgimport.c
vgmerge.c
vgmknodes.c
vgreduce.c
vgremove.c cleanup: tools: "or use -S for selection" --> "or use --select for selection" 2015-03-04 14:40:58 +01:00
vgrename.c
vgscan.c
vgsplit.c