]> sourceware.org Git - lvm2.git/commitdiff
pre-release
authorAlasdair Kergon <agk@redhat.com>
Mon, 16 Oct 2006 16:44:28 +0000 (16:44 +0000)
committerAlasdair Kergon <agk@redhat.com>
Mon, 16 Oct 2006 16:44:28 +0000 (16:44 +0000)
VERSION
WHATS_NEW
tools/lvcreate.c

diff --git a/VERSION b/VERSION
index 5b9f2bd07c762211eeefa9bd7ffbb02e30578a09..c8ff5a719eff885fc5e9ec438176e876f3d2c87b 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.02.12-cvs (2006-10-12)
+2.02.12-cvs (2006-10-16)
index 3215814895d8a302a0cc12b283e2ca49155a8e9e..ffbf9d2a074eefb4495e082b57de4393a3ecfbce 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,4 +1,4 @@
-Version 2.02.12 -
+Version 2.02.12 - 16th October 2006
 ===================================
   Fix pvdisplay to use vg_read() for non-orphans.
   Fall back to internal locking if external locking lib is missing or fails.
index 6f9ca8449111330bb839e7be9e5e6c16eeb3447f..1dbb1a555dbef440fc54235785b3e521506a4558 100644 (file)
@@ -637,11 +637,11 @@ static int _lvcreate(struct cmd_context *cmd, struct lvcreate_params *lp)
                return 0;
        }
 
-       if (lp->mirrors > 1 && !activation()) {
-               log_error("Can't create mirror without using "
-                         "device-mapper kernel driver.");
-               return 0;
-       }
+       ////if (lp->mirrors > 1 && !activation()) {
+               //log_error("Can't create mirror without using "
+                         //"device-mapper kernel driver.");
+               //return 0;
+       //}
 
        /* The snapshot segment gets created later */
        if (lp->snapshot &&
This page took 0.04697 seconds and 5 git commands to generate.