From 8c5517e01dc13eef28b0cd2e608cb784e3899003 Mon Sep 17 00:00:00 2001 From: Jonathan Earl Brassow Date: Fri, 27 Apr 2012 18:37:42 +0000 Subject: [PATCH] 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. --- doc/example.conf.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/example.conf.in b/doc/example.conf.in index 4114dc594..ef42c2712 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 ' option to override this default # setting.