From c219934a879671655816a92ad440350b6ecfc559 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 1 Mar 2012 10:39:21 +0000 Subject: [PATCH] Add _rimage as reserved suffix --- WHATS_NEW | 1 + man/lvm.8.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/WHATS_NEW b/WHATS_NEW index 1e34c903e..a5e679303 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -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. diff --git a/man/lvm.8.in b/man/lvm.8.in index c78411327..5f19c4636 100644 --- a/man/lvm.8.in +++ b/man/lvm.8.in @@ -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