From: zkabelac@sourceware.org <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: LVM2 lib/metadata/thin_manip.c lib/misc/lvm-st ...
Date: 3 Nov 2011 14:38:39 -0000 [thread overview]
Message-ID: <20111103143839.26671.qmail@sourceware.org> (raw)
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: zkabelac at sourceware.org 2011-11-03 14:38:37
Modified files:
lib/metadata : thin_manip.c
lib/misc : lvm-string.c
man : lvm.8.in
Log message:
Thin uses _tdata instead of _tpool for data LV
Switch to different suffix and keep -tpool reserved for overlay device name.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/metadata/thin_manip.c.diff?cvsroot=lvm2&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/lib/misc/lvm-string.c.diff?cvsroot=lvm2&r1=1.31&r2=1.32
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/man/lvm.8.in.diff?cvsroot=lvm2&r1=1.7&r2=1.8
--- LVM2/lib/metadata/thin_manip.c 2011/11/03 14:36:40 1.18
+++ LVM2/lib/metadata/thin_manip.c 2011/11/03 14:38:36 1.19
@@ -300,7 +300,7 @@
return_0;
if (!(data_lv = insert_layer_for_lv(pool_lv->vg->cmd, pool_lv,
- pool_lv->status, "_tpool")))
+ pool_lv->status, "_tdata")))
return_0;
seg = first_seg(pool_lv);
--- LVM2/lib/misc/lvm-string.c 2011/09/06 15:38:44 1.31
+++ LVM2/lib/misc/lvm-string.c 2011/11/03 14:38:36 1.32
@@ -107,7 +107,7 @@
"_rimage",
"_rmeta",
"_vorigin",
- "_tpool",
+ "_tdata",
"_tmeta",
NULL
};
--- LVM2/man/lvm.8.in 2011/10/19 16:45:35 1.7
+++ LVM2/man/lvm.8.in 2011/11/03 14:38:37 1.8
@@ -276,7 +276,7 @@
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
reply other threads:[~2011-11-03 14:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111103143839.26671.qmail@sourceware.org \
--to=zkabelac@sourceware.org \
--cc=lvm-devel@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.