From 9ac61d2ba22013a96962f170c19c363d861f3092 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Tue, 6 Sep 2011 00:26:42 +0000 Subject: lvcreate parsing for thin provisioning. The rest is incomplete so this isn't usable yet. --- lib/thin/thin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/thin') diff --git a/lib/thin/thin.c b/lib/thin/thin.c index 7565e1b2..eeaa38fb 100644 --- a/lib/thin/thin.c +++ b/lib/thin/thin.c @@ -201,7 +201,8 @@ int init_multiple_segtypes(struct cmd_context *cmd, struct segtype_library *segl uint32_t flags; } reg_segtypes[] = { { &_thin_pool_ops, "thin_pool", SEG_THIN_POOL }, - { &_thin_ops, "thin", SEG_THIN_VOLUME } + /* FIXME Maybe use SEG_THIN_VOLUME instead of SEG_VIRTUAL */ + { &_thin_ops, "thin", SEG_THIN_VOLUME | SEG_VIRTUAL } }; struct segment_type *segtype; -- cgit