1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

vdo: component activation of VDO data LV

Allow component activation of VDO data LV.
This commit is contained in:
Zdenek Kabelac 2018-07-03 11:05:50 +02:00
parent 4b7a57c9ed
commit aff69ecf39
2 changed files with 3 additions and 1 deletions

View File

@ -267,6 +267,7 @@
#define lv_is_component(lv) (lv_is_cache_origin(lv) || ((lv)->status & (\
CACHE_POOL_DATA |\
CACHE_POOL_METADATA |\
LV_VDO_POOL_DATA |\
MIRROR_IMAGE |\
MIRROR_LOG |\
RAID_IMAGE |\

View File

@ -162,7 +162,8 @@ static const char *_lvname_has_reserved_component_string(const char *lvname)
"_rimage",
"_rmeta",
"_tdata",
"_tmeta"
"_tmeta",
"_vdata"
};
unsigned i;