* LVM2/doc tagging.txt
@ 2011-11-22 13:54 prajnoha
0 siblings, 0 replies; 2+ messages in thread
From: prajnoha @ 2011-11-22 13:54 UTC (permalink / raw)
To: lvm-devel
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: prajnoha at 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] 2+ messages in thread
* LVM2/doc tagging.txt
@ 2012-03-27 13:39 mbroz
0 siblings, 0 replies; 2+ messages in thread
From: mbroz @ 2012-03-27 13:39 UTC (permalink / raw)
To: lvm-devel
CVSROOT: /cvs/lvm2
Module name: LVM2
Changes by: mbroz at 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] 2+ messages in thread
end of thread, other threads:[~2012-03-27 13:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-27 13:39 LVM2/doc tagging.txt mbroz
-- strict thread matches above, loose matches on Subject: below --
2011-11-22 13:54 prajnoha
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.