summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/lvconvert.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/lvconvert.c b/tools/lvconvert.c
index 40558e98..04c9f41a 100644
--- a/tools/lvconvert.c
+++ b/tools/lvconvert.c
@@ -1081,16 +1081,6 @@ static int _lvconvert_mirrors_aux(struct cmd_context *cmd,
}
/*
- * Is there already a convert in progress? We do not
- * currently allow more than one.
- */
- if (find_temporary_mirror(lv) || (lv->status & CONVERTING)) {
- log_error("%s is already being converted. Unable to start another conversion.",
- lv->name);
- return 0;
- }
-
- /*
* Log addition/removal should be done before the layer
* insertion to make the end result consistent with
* linear-to-mirror conversion.