public inbox for lvm2-cvs@sourceware.org
help / color / mirror / Atom feed
* LVM2/doc tagging.txt
@ 2011-11-22 13:54 prajnoha
0 siblings, 0 replies; 3+ messages in thread
From: prajnoha @ 2011-11-22 13:54 UTC (permalink / raw)
To: lvm-devel, lvm2-cvs
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: prajnoha@sourceware.org 2011-11-22 13:54:05
Modified files:
doc : tagging.txt
Log message:
--addtag instead of --tag
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/doc/tagging.txt.diff?cvsroot=lvm2&r1=1.1&r2=1.2
--- LVM2/doc/tagging.txt 2004/11/17 18:34:49 1.1
+++ LVM2/doc/tagging.txt 2011/11/22 13:54:05 1.2
@@ -85,7 +85,7 @@
From any machine in the cluster, add db1 to the list of machines that
activate vg1/lvol2:
- lvchange --tag @db1 vg1/lvol2
+ lvchange --addtag @db1 vg1/lvol2
(followed by lvchange -ay to actually activate it)
@@ -98,10 +98,10 @@
Option (i) - centralised admin, static configuration replicated between hosts
# Add @database tag to vg1's metadata
- vgchange --tag @database vg1
+ vgchange --addtag @database vg1
# Add @fileserver tag to vg2's metadata
- vgchange --tag @fileserver vg2
+ vgchange --addtag @fileserver vg2
lvm.conf: (Identical on every machine)
tags {
@@ -122,17 +122,17 @@
}
In the event of the fileserver host going down, vg2 can be brought up
- on fsb1 by running *on any node* 'vgchange --tag @fileserverbackup vg2'
+ on fsb1 by running *on any node* 'vgchange --addtag @fileserverbackup vg2'
followed by 'vgchange -ay vg2'
Option (ii) - localised admin & configuation
(i.e. each host holds *locally* which classes of volumes to activate)
# Add @database tag to vg1's metadata
- vgchange --tag @database vg1
+ vgchange --addtag @database vg1
# Add @fileserver tag to vg2's metadata
- vgchange --tag @fileserver vg2
+ vgchange --addtag @fileserver vg2
lvm.conf: (Identical on every machine - global settings)
tags {
^ permalink raw reply [flat|nested] 3+ messages in thread
* LVM2/doc tagging.txt
@ 2012-03-27 13:39 mbroz
0 siblings, 0 replies; 3+ messages in thread
From: mbroz @ 2012-03-27 13:39 UTC (permalink / raw)
To: lvm-devel, lvm2-cvs
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: mbroz@sourceware.org 2012-03-27 13:39:08
Modified files:
doc : tagging.txt
Log message:
There is no hotsname_tags but only hosttags... sigh, even docs is wrong :-)
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/doc/tagging.txt.diff?cvsroot=lvm2&r1=1.2&r2=1.3
--- LVM2/doc/tagging.txt 2011/11/22 13:54:05 1.2
+++ LVM2/doc/tagging.txt 2012/03/27 13:39:08 1.3
@@ -79,7 +79,7 @@
lvm.conf: (Identical on every machine - global settings)
tags {
- hostname_tags = 1
+ hosttags = 1
}
From any machine in the cluster, add db1 to the list of machines that
^ permalink raw reply [flat|nested] 3+ messages in thread
* LVM2/doc tagging.txt
@ 2004-11-17 18:34 agk
0 siblings, 0 replies; 3+ messages in thread
From: agk @ 2004-11-17 18:34 UTC (permalink / raw)
To: lvm2-cvs
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: agk@sourceware.org 2004-11-17 18:34:50
Added files:
doc : tagging.txt
Log message:
More tagging documentation, with some cluster examples.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/LVM2/doc/tagging.txt.diff?cvsroot=lvm2&r1=NONE&r2=1.1
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-03-27 13:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-22 13:54 LVM2/doc tagging.txt prajnoha
-- strict thread matches above, loose matches on Subject: below --
2012-03-27 13:39 mbroz
2004-11-17 18:34 agk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).