From 1524c1a4713130d434f37350cd321e3d64e7c9d0 Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Wed, 24 Apr 2002 18:41:02 +0000 Subject: [PATCH] Update example config --- doc/example.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/example.conf b/doc/example.conf index 8d01b166d..5a8dbd2c7 100644 --- a/doc/example.conf +++ b/doc/example.conf @@ -122,6 +122,12 @@ shell { history_size = 100 } +# Metadata settings +metadata { + # List of directories holding copies of text format metadata + dirs = [ "/etc/lvm/metadata" ] +} + # Miscellaneous global settings global { @@ -136,4 +142,11 @@ global { # will be made. Equivalent to having the -t option on every # command. Defaults to off. test = 0 + + # Default metadata format commands use - "lvm1" (default) or "text" + format = "lvm1" + + # Location of proc filesystem + proc = "/proc" } +