1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00

cache: handle error segtype

Allow to convert error LV.
This commit is contained in:
Zdenek Kabelac 2023-07-04 19:20:12 +02:00
parent 9bbbc1b265
commit 0dee6fc28c

View File

@ -4799,6 +4799,7 @@ static int _lvconvert_to_pool_or_swap_metadata_single(struct cmd_context *cmd,
case linear_LVT:
case raid_LVT:
case striped_LVT:
case error_LVT:
case zero_LVT:
break;
default: