mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
pre-release
This commit is contained in:
parent
e663b4e856
commit
0b0fd3306d
@ -1,4 +1,4 @@
|
|||||||
Version 2.02.12 -
|
Version 2.02.12 - 16th October 2006
|
||||||
===================================
|
===================================
|
||||||
Fix pvdisplay to use vg_read() for non-orphans.
|
Fix pvdisplay to use vg_read() for non-orphans.
|
||||||
Fall back to internal locking if external locking lib is missing or fails.
|
Fall back to internal locking if external locking lib is missing or fails.
|
||||||
|
@ -637,11 +637,11 @@ static int _lvcreate(struct cmd_context *cmd, struct lvcreate_params *lp)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (lp->mirrors > 1 && !activation()) {
|
////if (lp->mirrors > 1 && !activation()) {
|
||||||
log_error("Can't create mirror without using "
|
//log_error("Can't create mirror without using "
|
||||||
"device-mapper kernel driver.");
|
//"device-mapper kernel driver.");
|
||||||
return 0;
|
//return 0;
|
||||||
}
|
//}
|
||||||
|
|
||||||
/* The snapshot segment gets created later */
|
/* The snapshot segment gets created later */
|
||||||
if (lp->snapshot &&
|
if (lp->snapshot &&
|
||||||
|
Loading…
Reference in New Issue
Block a user