summaryrefslogtreecommitdiff
path: root/lib/striped
diff options
context:
space:
mode:
authorAlasdair Kergon <agk@redhat.com>2005-06-03 14:49:51 +0000
committerAlasdair Kergon <agk@redhat.com>2005-06-03 14:49:51 +0000
commit8211a13ce0180979257689175d2fe2d700389c1e (patch)
tree98681540e30645c3bf91186c8e50d18d5c369c8b /lib/striped
parent60f13f01d2af1cb1b05c20b11285c7c6c15acd6b (diff)
downloadlvm2-8211a13ce0180979257689175d2fe2d700389c1e.tar.gz
Always insert an intermediate layer for mirrors.
Suppress hidden LVs from reports unless --all is given. Use square brackets for hidden LVs in reports. Centralise restrictions on LV names.
Diffstat (limited to 'lib/striped')
-rw-r--r--lib/striped/striped.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/striped/striped.c b/lib/striped/striped.c
index a6c1be90a..c0042a801 100644
--- a/lib/striped/striped.c
+++ b/lib/striped/striped.c
@@ -82,7 +82,7 @@ static int _text_import(struct lv_segment *seg, const struct config_node *sn,
seg->area_len /= seg->area_count;
- return text_import_areas(seg, sn, cn, pv_hash);
+ return text_import_areas(seg, sn, cn, pv_hash, 0);
}
static int _text_export(const struct lv_segment *seg, struct formatter *f)