1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
This commit is contained in:
Alasdair Kergon 2008-01-16 15:25:10 +00:00
parent a1ff319fda
commit f6dd48b08a
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
Version 2.02.30 - Version 2.02.30 -
=================================== ===================================
Don't use block_on_error with mirror targets above version 1.12. Don't use block_on_error with mirror targets version 1.12 and above.
Update vgsplit to include vgcreate-style options when new VG is destination. Update vgsplit to include vgcreate-style options when new VG is destination.
Update vgsplit to accept existing VG as destination. Update vgsplit to accept existing VG as destination.
lvconvert waits for completion of initial sync by default. lvconvert waits for completion of initial sync by default.

View File

@ -705,11 +705,11 @@ static int _lvcreate(struct cmd_context *cmd, struct volume_group *vg,
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 &&