1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +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:
Zdenek Kabelac 2020-09-22 23:16:11 +02:00
parent e08a0421a3
commit 642ef54399

View File

@ -5121,7 +5121,7 @@ static int _lvresize_check(struct logical_volume *lv,
!lv_is_cow(lv) &&
!lv_is_thin_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;
}