All of lore.kernel.org
 help / color / mirror / Atom feed
From: Zdenek Kabelac <zkabelac@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 10/22] Replicator: new defaults
Date: Wed,  7 Jul 2010 14:34:44 +0200	[thread overview]
Message-ID: <01b84b50f6c7f1175147f332d0a2c1d63b6bab22.1278505885.git.zkabelac@redhat.com> (raw)
In-Reply-To: <cover.1278505885.git.zkabelac@redhat.com>


Signed-off-by: Zdenek Kabelac <zkabelac@redhat.com>
---
 lib/config/defaults.h |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/lib/config/defaults.h b/lib/config/defaults.h
index 3d8881c..fc5649e 100644
--- a/lib/config/defaults.h
+++ b/lib/config/defaults.h
@@ -48,6 +48,14 @@
 #define DEFAULT_DMEVENTD_MONITOR 1
 #define DEFAULT_BACKGROUND_POLLING 1
 
+#define DEFAULT_REPLICATOR_SYNCLOG "disk"
+#define DEFAULT_REPLICATOR_LOG_TYPE "ringbuffer"
+#define DEFAULT_REPLICATOR_LOCAL_SITE_NAME "local"
+#define DEFAULT_REPLICATOR_FALL_BEHIND_DATA 0
+#define DEFAULT_REPLICATOR_FALL_BEHIND_IOS 0
+#define DEFAULT_REPLICATOR_FALL_BEHIND_TIMEOUT 0
+#define DEFAULT_REPLICATOR_ASYNC_MODE (DM_REPLICATOR_ASYNC_WARN)
+
 #define DEFAULT_UMASK 0077
 
 #ifdef LVM1_FALLBACK
@@ -106,6 +114,7 @@
 
 #define DEFAULT_STRIPE_FILLER "error"
 #define DEFAULT_MIRROR_REGION_SIZE 512	/* KB */
+#define DEFAULT_REPLICATOR_REGION_SIZE 512	/* KB */
 #define DEFAULT_INTERVAL 15
 
 #ifdef READLINE_SUPPORT
-- 
1.7.1.1



  parent reply	other threads:[~2010-07-07 12:34 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-07 12:34 [PATCH 00/22] Replicator 100707 Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 01/22] Add units to passed parameters data & timeout Use size Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 02/22] Allow the user to not specify a size when creating snapshot Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 03/22] Skip check missing rem.VGs for non-activate locks Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 04/22] Replicator: check for active replicator Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 05/22] Replicator: add reserved names Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 06/22] Replicator: man page update for lvm Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 07/22] Replicator: add _replicator_in_sync Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 08/22] Replicator: add report for replicator targets Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 09/22] Replicator: improve detection of replicator-dev Zdenek Kabelac
2010-07-07 12:34 ` Zdenek Kabelac [this message]
2010-07-07 12:34 ` [PATCH 11/22] Replicator: metadata update Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 12/22] Replicator: replicator_manip changes Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 13/22] Replicator: replicator.c changes Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 14/22] Replicator: add new command option read functions Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 15/22] Replicator: new args Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 16/22] Replicator: read site_params Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 17/22] Replicator: lv_manip - create replicator Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 18/22] Replicator: lvcreate implementation Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 19/22] Replicator: man page update for lvcreate Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 20/22] Replicator: lvchange implementation Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 21/22] Replicator: man page update for lvchange Zdenek Kabelac
2010-07-07 12:34 ` [PATCH 22/22] Replicator: lvremove implementation Zdenek Kabelac

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=01b84b50f6c7f1175147f332d0a2c1d63b6bab22.1278505885.git.zkabelac@redhat.com \
    --to=zkabelac@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.