mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-23 10:50:34 +03:00
revert temp change
This commit is contained in:
parent
ccb24d5779
commit
16d22d404a
@ -705,11 +705,11 @@ static int _lvcreate(struct cmd_context *cmd, struct volume_group *vg,
|
||||
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 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user