1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00

lvm-string: add cdata/cmeta as reserved name

This commit is contained in:
Zdenek Kabelac 2014-04-07 21:36:59 +02:00
parent 700b4bfc94
commit 2868d897da

View File

@ -109,6 +109,8 @@ int apply_lvname_restrictions(const char *name)
};
static const char * const _reserved_strings[] = {
"_cdata",
"_cmeta",
"_mlog",
"_mimage",
"_pmspare",