1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

pre-release

This commit is contained in:
Alasdair Kergon 2006-10-16 16:44:28 +00:00
parent e663b4e856
commit 0b0fd3306d
3 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
2.02.12-cvs (2006-10-12)
2.02.12-cvs (2006-10-16)

View File

@ -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.

View 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 &&