From: Lars Marowsky-Bree <lmb@suse.de>
To: device-mapper development <dm-devel@redhat.com>
Subject: Re: [PATCH v3 0/4] dm-replicator: introduce new remote replication target
Date: Tue, 1 Dec 2009 17:41:42 +0100 [thread overview]
Message-ID: <20091201164142.GL19238@suse.de> (raw)
In-Reply-To: <1259683507-12455-1-git-send-email-heinzm@redhat.com>
On 2009-12-01T17:05:03, heinzm@redhat.com wrote:
> * 3rd version of patch series (dated Oct 23 2009) *
>
> Reworked to allow for Build after each single patch has been applied.
Hi Heinz, have you considered a git tree? Might make it easier to review
changes.
> This is a series of 4 patches introducing the device-mapper remote
> data replication target "dm-replicator" to kernel 2.6.
>
> Userspace support for remote data replication will be in
> a future LVM2 version.
Is there any code available for testing this yet?
> The target supports disaster recovery by replicating groups of active
> mapped devices (ie. receiving io from applications) to one or more
> remote sites to paired groups of equally sized passive block devices
> (ie. no application access). Synchronous, asynchronous replication
> (with fallbehind settings) and temporary downtime of transports
> are supported.
How is resync handled - peer-to-peer or relayed via the master?
What about device failures / IO errors at the sites?
> It utilizes a replication log to ensure write ordering fidelity for
> the whole group of replicated devices, hence allowing for consistent
> recovery after failover of arbitrary applications
> (eg. DBMS utilizing N > 1 devices).
Write ordering is not guaranteed across different file systems / block
devices today; so no DBMS actually requires this. What is the benefit?
What kind of reordering on a per-device basis is allowed via this
infrastructure at each site? (drbd has logic to detect implicit write
dependencies to allow peers to optimize local IO.)
> A "blockdev" site link module implements block devices access to all remote
> devices, ie. all devices exposed via the Linux block device layer
> (eg. iSCSI, FC).
> Again, other eg. network type transport site link handlers may
> follow as plugins.
How is all of this actually configured and used?
> Please review for upstream inclusion.
Should this not be Cc'ed to LKML if you aim for upstream inclusion? I
actually would expect that most of the criticism of drbd's inclusion
would also apply here, no? (With the added point that dm-replicator does
not actually have any users yet.)
Regards,
Lars
--
Architect Storage/HA, OPS Engineering, Novell, Inc.
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg)
"Experience is the name everyone gives to their mistakes." -- Oscar Wilde
next prev parent reply other threads:[~2009-12-01 16:41 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-01 16:05 [PATCH v3 0/4] dm-replicator: introduce new remote replication target heinzm
2009-12-01 16:05 ` [PATCH v3 1/4] dm-replicator: documentation and module registry heinzm
2009-12-01 16:05 ` [PATCH v3 2/4] dm-replicator: replication log and site link handler interfaces and main replicator module heinzm
2009-12-01 16:05 ` [PATCH v3 3/4] dm-replicator: ringbuffer replication log handler heinzm
2009-12-01 16:05 ` [PATCH v3 4/4] dm-replicator: blockdev site link handler heinzm
2009-12-01 16:41 ` Lars Marowsky-Bree [this message]
2009-12-01 17:18 ` [PATCH v3 0/4] dm-replicator: introduce new remote replication target Heinz Mauelshagen
2009-12-08 18:42 ` James Bottomley
2009-12-09 10:39 ` Christoph Hellwig
2009-12-09 18:03 ` Heinz Mauelshagen
2009-12-09 18:14 ` James Bottomley
2009-12-09 18:12 ` James Bottomley
2009-12-09 18:38 ` Mike Snitzer
2009-12-09 18:46 ` James Bottomley
2009-12-09 19:14 ` Mike Snitzer
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=20091201164142.GL19238@suse.de \
--to=lmb@suse.de \
--cc=dm-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.