From: Dietmar Maurer <dietmar@proxmox.com>
To: Max Reitz <mreitz@redhat.com>,
Wolfgang Bumiller <w.bumiller@proxmox.com>
Cc: Kevin Wolf <kwolf@redhat.com>,
Stefan Hajnoczi <stefanha@gmail.com>,
"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
qemu-block@nongnu.org
Subject: Re: backup_calculate_cluster_size does not consider source
Date: Wed, 6 Nov 2019 14:09:37 +0100 (CET) [thread overview]
Message-ID: <396057714.35.1573045777293@webmail.proxmox.com> (raw)
In-Reply-To: <6684852e-da7d-13b2-f226-1c0074e4ab3b@redhat.com>
> Let me elaborate: Yes, a cluster size generally means that it is most
> “efficient” to access the storage at that size. But there’s a tradeoff.
> At some point, reading the data takes sufficiently long that reading a
> bit of metadata doesn’t matter anymore (usually, that is).
Any network storage suffers from long network latencies, so it always
matters if you do more IOs than necessary.
> There is a bit of a problem with making the backup copy size rather
> large, and that is the fact that backup’s copy-before-write causes guest
> writes to stall. So if the guest just writes a bit of data, a 4 MB
> buffer size may mean that in the background it will have to wait for 4
> MB of data to be copied.[1]
We use this for several years now in production, and it is not a problem.
(Ceph storage is mostly on 10G (or faster) network equipment).
> Hm. OTOH, we have the same problem already with the target’s cluster
> size, which can of course be 4 MB as well. But I can imagine it to
> actually be important for the target, because otherwise there might be
> read-modify-write cycles.
>
> But for the source, I still don’t quite understand why rbd has such a
> problem with small read requests. I don’t doubt that it has (as you
> explained), but again, how is it then even possible to use rbd as the
> backend for a guest that has no idea of this requirement? Does Linux
> really prefill the page cache with 4 MB of data for each read?
No idea. I just observed that upstream qemu backups with ceph are
quite unusable this way.
next prev parent reply other threads:[~2019-11-06 13:15 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-05 10:02 backup_calculate_cluster_size does not consider source Dietmar Maurer
2019-11-06 8:32 ` Stefan Hajnoczi
2019-11-06 9:37 ` Max Reitz
2019-11-06 10:18 ` Dietmar Maurer
2019-11-06 10:37 ` Max Reitz
2019-11-06 10:34 ` Wolfgang Bumiller
2019-11-06 10:42 ` Max Reitz
2019-11-06 11:18 ` Dietmar Maurer
2019-11-06 11:22 ` Max Reitz
2019-11-06 11:37 ` Max Reitz
2019-11-06 13:09 ` Dietmar Maurer [this message]
2019-11-06 13:17 ` Max Reitz
2019-11-06 13:34 ` Dietmar Maurer
2019-11-06 13:52 ` Max Reitz
2019-11-06 14:39 ` Vladimir Sementsov-Ogievskiy
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=396057714.35.1573045777293@webmail.proxmox.com \
--to=dietmar@proxmox.com \
--cc=kwolf@redhat.com \
--cc=mreitz@redhat.com \
--cc=qemu-block@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@gmail.com \
--cc=w.bumiller@proxmox.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).