summaryrefslogtreecommitdiffstats
path: root/tools/lvconvert.c
diff options
context:
space:
mode:
authorJonathan Earl Brassow <jbrassow@redhat.com>2011-01-19 19:24:07 +0000
committerJonathan Earl Brassow <jbrassow@redhat.com>2011-01-19 19:24:07 +0000
commitdbc8e5098c518645ddae991e17ded204b5ecc7e4 (patch)
treefffbf1649ac4d86721279409c5145ae5b7b5925e /tools/lvconvert.c
parentaf7697efbe6942e7d8614b1d9e03e0998f9c180c (diff)
downloadlvm2-dbc8e5098c518645ddae991e17ded204b5ecc7e4.tar.gz
lvm2-dbc8e5098c518645ddae991e17ded204b5ecc7e4.tar.xz
lvm2-dbc8e5098c518645ddae991e17ded204b5ecc7e4.zip
Remove duplicate statement (pasted twice by patch at some point?)
Diffstat (limited to 'tools/lvconvert.c')
-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.