mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-08 08:58:50 +03:00
cleanup: skip test if already tested for SIGN_PLUS
This commit is contained in:
parent
1dcba13dfc
commit
1cdb6ca2b2
@ -537,9 +537,7 @@ static int _lvresize(struct cmd_context *cmd, struct volume_group *vg,
|
||||
return ECMD_PROCESSED;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (lp->sign == SIGN_MINUS) {
|
||||
} else if (lp->sign == SIGN_MINUS) {
|
||||
if (lp->extents >= lv->le_count) {
|
||||
log_error("Unable to reduce %s below 1 extent",
|
||||
lp->lv_name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user