1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-24 17:57:48 +03:00
Zdenek Kabelac 0cbb381e15 lvcreate: regression fix on lv name limits
When we are given an existing LV name - it needs to be allowed
to pass in even restricted name as the LV could have existed
long before we introduced some new restriction on prefix/suffix.i

Fix the regression on name limits and drop restriction to be applied
on any existing LVs - only the new created LV names have to be
complient with current name restrictions.

FIXME: we are currently using restricted names incorrectly in few
other places - device_is_usable() skips restricted names,
and udev flags are also incorrectly set for restricted names
so these LVs are not getting links properly.
2014-10-07 15:52:31 +02:00
..
2014-09-15 21:33:53 +01:00
2014-08-19 14:33:06 +02:00
2014-09-28 13:49:01 +02:00
2014-10-07 01:15:43 +01:00
2014-09-15 21:33:53 +01:00
2014-07-17 16:17:44 +02:00
2014-08-29 13:11:34 +02:00
2014-03-12 19:12:34 +01:00