mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-02 01:18:26 +03:00
Add _rimage as reserved suffix
This commit is contained in:
parent
84e16ecdb5
commit
c219934a87
@ -1,5 +1,6 @@
|
||||
Version 2.02.94 -
|
||||
====================================
|
||||
Add _rimage as reserved suffix to lvm.8 man page.
|
||||
Improve error logging from mpath filter.
|
||||
Check for allocation failure in hold_lock() in clvmd.
|
||||
Use set_lv() (wipe initial 4KiB) for non zeroed thin volume.
|
||||
|
@ -276,7 +276,7 @@ VG and LV names cannot begin with a hyphen.
|
||||
There are also various reserved names that are used internally by lvm that can not be used as LV or VG names.
|
||||
A VG cannot be called anything that exists in /dev/ at the time of creation, nor can it be called '.' or '..'.
|
||||
A LV cannot be called '.' '..' 'snapshot' or 'pvmove'. The LV name may also not contain
|
||||
the strings '_mlog', '_mimage', '_tdata', '_tmeta'.
|
||||
the strings '_mlog', '_mimage', '_rimage', '_tdata', '_tmeta'.
|
||||
|
||||
|
||||
.SH DIAGNOSTICS
|
||||
|
Loading…
Reference in New Issue
Block a user