summaryrefslogtreecommitdiffstats
path: root/tools/lvcreate.c
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2010-04-09 01:00:10 +0000
committerAlasdair Kergon <agk@redhat.com>2010-04-09 01:00:10 +0000
commit1485ce69c4341ae3153acdc9cbd1f27f252c20fc (patch)
tree37ffa43fff4036e5af26b8dc520558179baf4c52 /tools/lvcreate.c
parentfddc256a02f98fa242511e170316a91552caa287 (diff)
downloadlvm2-1485ce69c4341ae3153acdc9cbd1f27f252c20fc.tar.gz
lvm2-1485ce69c4341ae3153acdc9cbd1f27f252c20fc.tar.xz
lvm2-1485ce69c4341ae3153acdc9cbd1f27f252c20fc.zip
Permit mimage LVs to be striped in lvcreate and lvresize.
Diffstat (limited to 'tools/lvcreate.c')
-rw-r--r--tools/lvcreate.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/lvcreate.c b/tools/lvcreate.c
index 505ed6df..83dda325 100644
--- a/tools/lvcreate.c
+++ b/tools/lvcreate.c
@@ -457,12 +457,6 @@ static int _lvcreate_params(struct lvcreate_params *lp,
return 0;
}
- if (lp->stripes > 1) {
- log_error("mirrors and stripes are currently "
- "incompatible");
- return 0;
- }
-
if (!(lp->segtype = get_segtype_from_string(cmd, "striped")))
return_0;
} else {