]> sourceware.org Git - lvm2.git/commitdiff
Remove duplicate statement (pasted twice by patch at some point?)
authorJonathan Earl Brassow <jbrassow@redhat.com>
Wed, 19 Jan 2011 19:24:07 +0000 (19:24 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Wed, 19 Jan 2011 19:24:07 +0000 (19:24 +0000)
tools/lvconvert.c

index 40558e98942ccc379cbd962390514cc75b8c9e71..04c9f41a2ec2ae1634705be210ffad7ab1f59916 100644 (file)
@@ -1080,16 +1080,6 @@ static int _lvconvert_mirrors_aux(struct cmd_context *cmd,
                        return 0;
                }
 
-               /*
-                * 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
This page took 0.037654 seconds and 5 git commands to generate.