All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takahiro Yasui <tyasui@redhat.com>
To: lvm-devel@redhat.com
Subject: [RFC PATCH 7/7] introduce metadata cache feature
Date: Thu, 02 Apr 2009 13:19:34 -0400	[thread overview]
Message-ID: <49D4F3A6.50708@redhat.com> (raw)
In-Reply-To: <49D3D9F5.902@redhat.com>

Add backup/metadata_cache parameter to enable the metadata cache
feature. Another new parameter, metadata_cache_dir will be added
in the future version to indicate metadata cache directory.


Signed-off-by: Takahiro Yasui <tyasui@redhat.com>
---
 doc/example.conf |    6 ++++++
 1 file changed, 6 insertions(+)

Index: LVM2.02.46-cvs-20090324/doc/example.conf
===================================================================
--- LVM2.02.46-cvs-20090324.orig/doc/example.conf
+++ LVM2.02.46-cvs-20090324/doc/example.conf
@@ -187,6 +187,12 @@ backup {
 
     # What is the minimum time you wish to keep an archive file for ?
     retain_days = 30
+
+    # Use metadata cache to get lvm structures in the system instead of
+    # scanning all devices every time. If any errors are detected, lvm
+    # commands fall back to not use metadata cache.
+    # 1 enables; 0 disables.
+    # metadata_cache = 0
 }
 
 # Settings for the running LVM2 in shell (readline) mode.






      parent reply	other threads:[~2009-04-02 17:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <49D3D9F5.902@redhat.com>
2009-04-02 17:19 ` [RFC PATCH 1/7] remove device scan from _text_create_text_instance Takahiro Yasui
2009-04-02 17:19 ` [RFC PATCH 2/7] rename _has_scanned to _need_scan Takahiro Yasui
2009-04-02 17:19 ` [RFC PATCH 3/7] separate metadata parse and verification Takahiro Yasui
2009-04-02 17:19 ` [RFC PATCH 4/7] support metadata cache feature Takahiro Yasui
2009-04-02 17:19 ` [RFC PATCH 5/7] add metadata cache interface Takahiro Yasui
2009-04-02 17:19 ` [RFC PATCH 6/7] individual lvm command settings Takahiro Yasui
2009-04-02 17:19 ` Takahiro Yasui [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49D4F3A6.50708@redhat.com \
    --to=tyasui@redhat.com \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.