mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
vdo: correct message about policy extend support
Policy extend is already supported for vdo pools as well, so correct the error message.
This commit is contained in:
parent
e08a0421a3
commit
642ef54399
@ -5121,7 +5121,7 @@ static int _lvresize_check(struct logical_volume *lv,
|
|||||||
!lv_is_cow(lv) &&
|
!lv_is_cow(lv) &&
|
||||||
!lv_is_thin_pool(lv) &&
|
!lv_is_thin_pool(lv) &&
|
||||||
!lv_is_vdo_pool(lv)) {
|
!lv_is_vdo_pool(lv)) {
|
||||||
log_error("Policy-based resize is supported only for snapshot and thin pool volumes.");
|
log_error("Policy-based resize is supported only for snapshot, thin pool and vdo pool volumes.");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user