From: Lars Ellenberg <Lars.Ellenberg@linbit.com>
To: drbd-dev@lists.linbit.com
Subject: Re: [Drbd-dev] resync end in drbd8
Date: Thu, 14 Dec 2006 11:14:37 +0100 [thread overview]
Message-ID: <20061214101437.GC7939@soda.linbit> (raw)
In-Reply-To: <45805753.1060005@dcs.gla.ac.uk>
/ 2006-12-13 19:41:07 +0000
\ Cristian Zamfir:
>
> Hi,
>
> I am using the svn version of drbd8 and the -m option to allow both
> peers to be primary. The states are Connected and UpToDate/UpTodate.
> I am going bursts of writes to one of the disks and I am interested in
> finding out when there are no outstanding writes that need to be
> mirrored to the other disk, basically when the resync ends.
there is no "delayed" resync.
DRBD Protocol C is synchonous
(required for two Primaries).
when the write (fsync, fdatasync) comes back,
the data is on both disks.
if you don't fsync or at least fdatasync,
even without drbd you won't know when data is on the local disk.
these kinds of questions are better posted on drbd-user, btw.
--
: Lars Ellenberg Tel +43-1-8178292-55 :
: LINBIT Information Technologies GmbH Fax +43-1-8178292-82 :
: Vivenotgasse 48, A-1120 Vienna/Europe http://www.linbit.com :
prev parent reply other threads:[~2006-12-14 10:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-13 19:41 [Drbd-dev] resync end in drbd8 Cristian Zamfir
2006-12-14 10:14 ` Lars Ellenberg [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=20061214101437.GC7939@soda.linbit \
--to=lars.ellenberg@linbit.com \
--cc=drbd-dev@lists.linbit.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.