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:
parent
4b7a57c9ed
commit
aff69ecf39
@ -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 |\
|
||||
|
@ -162,7 +162,8 @@ static const char *_lvname_has_reserved_component_string(const char *lvname)
|
||||
"_rimage",
|
||||
"_rmeta",
|
||||
"_tdata",
|
||||
"_tmeta"
|
||||
"_tmeta",
|
||||
"_vdata"
|
||||
};
|
||||
unsigned i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user