summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2011-11-03 14:38:36 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2011-11-03 14:38:36 +0000
commitdc964ab0d3a9bab3d2f85efb07487b75f1beda92 (patch)
tree64720e4f3f9d423d311650e94b2cdec8cb459a84 /man
parentdaa39a1f6449f480745b016b937fa61fb17c6e4d (diff)
downloadlvm2-dc964ab0d3a9bab3d2f85efb07487b75f1beda92.tar.gz
lvm2-dc964ab0d3a9bab3d2f85efb07487b75f1beda92.tar.xz
lvm2-dc964ab0d3a9bab3d2f85efb07487b75f1beda92.zip
Thin uses _tdata instead of _tpool for data LV
Switch to different suffix and keep -tpool reserved for overlay device name.
Diffstat (limited to 'man')
-rw-r--r--man/lvm.8.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/lvm.8.in b/man/lvm.8.in
index b24ea7fa..c7841132 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', '_tmeta', '_tpool'.
+the strings '_mlog', '_mimage', '_tdata', '_tmeta'.
.SH DIAGNOSTICS