summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2013-06-16 21:05:00 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2013-07-22 12:41:22 +0200
commitf1d5f6ae81f4723e6aeb2f04bd68cba59cd65403 (patch)
treef435ba8d933de40bc9e76780c7a58ba1495d5c3f
parent03efb7c2e121d68ba39691b796dae8c9606108d4 (diff)
downloadlvm2-f1d5f6ae81f4723e6aeb2f04bd68cba59cd65403.tar.gz
lvconvert: drop limit on thin pool conversion
-rw-r--r--tools/lvconvert.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/lvconvert.c b/tools/lvconvert.c
index 97ef7e401..ce289479a 100644
--- a/tools/lvconvert.c
+++ b/tools/lvconvert.c
@@ -1541,13 +1541,6 @@ static int _lvconvert_mirrors(struct cmd_context *cmd,
return 0;
}
- /* TODO: decide what should be done here */
- if (lv_is_thin_type(lv)) {
- log_error("Converting segment type for %s/%s to mirror is not yet supported.",
- lv->vg->name, lv->name);
- return 0;
- }
-
/* Adjust mimage and/or log count */
if (!_lvconvert_mirrors_parse_params(cmd, lv, lp,
&old_mimage_count, &old_log_count,