summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Earl Brassow <jbrassow@redhat.com>2012-04-27 18:37:42 +0000
committerJonathan Earl Brassow <jbrassow@redhat.com>2012-04-27 18:37:42 +0000
commitb22835dd68583f792226e44e965e30b38d4d7d7d (patch)
tree41056a80938285f43a7e11c08f3504187c17d70f
parentbf29fa49d34fb72356ad53274b01bcc8481726dc (diff)
downloadlvm2-b22835dd68583f792226e44e965e30b38d4d7d7d.tar.gz
lvm2-b22835dd68583f792226e44e965e30b38d4d7d7d.tar.xz
lvm2-b22835dd68583f792226e44e965e30b38d4d7d7d.zip
Make a note that "raid1" is not cluster-aware in the example lvm.conf.
In the description of the segment types for the 'mirror_segtype_default' field, we mention that "raid1" is not cluster-aware.
-rw-r--r--doc/example.conf.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/example.conf.in b/doc/example.conf.in
index 4114dc59..ef42c271 100644
--- a/doc/example.conf.in
+++ b/doc/example.conf.in
@@ -441,6 +441,8 @@ global {
# on the same device as the image - no separate devices are
# required.) This mirror implementation does not require I/O
# to be blocked in the kernel in the event of a failure.
+ # This mirror implementation is not cluster-aware and cannot be
+ # used in a shared (active/active) fashion in a cluster.
#
# Specify the '--type <mirror|raid1>' option to override this default
# setting.