linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Austin S. Hemmelgarn" <ahferroin7@gmail.com>
To: Martin Raiber <martin@urbackup.org>, Adam Borowski <kilobyte@angband.pl>
Cc: Marat Khalili <mkh@rqc.ru>, Duncan <1i5t5.duncan@cox.net>,
	linux-btrfs <linux-btrfs@vger.kernel.org>
Subject: Re: qemu-kvm VM died during partial raid1 problems of btrfs
Date: Wed, 13 Sep 2017 11:25:33 -0400	[thread overview]
Message-ID: <6dba5a44-07b7-aa80-f0e6-4a6bf7a007b9@gmail.com> (raw)
In-Reply-To: <0102015e7bb52b17-75904b91-b3e4-42bc-b726-5d4e21f35bbf-000000@eu-west-1.amazonses.com>

On 2017-09-13 10:47, Martin Raiber wrote:
> Hi,
> 
> On 12.09.2017 23:13 Adam Borowski wrote:
>> On Tue, Sep 12, 2017 at 04:12:32PM -0400, Austin S. Hemmelgarn wrote:
>>> On 2017-09-12 16:00, Adam Borowski wrote:
>>>> Noted.  Both Marat's and my use cases, though, involve VMs that are off most
>>>> of the time, and at least for me, turned on only to test something.
>>>> Touching mtime makes rsync run again, and it's freaking _slow_: worse than
>>>> 40 minutes for a 40GB VM (source:SSD target:deduped HDD).
>>> 40 minutes for 40GB is insanely slow (that's just short of 18 MB/s) if
>>> you're going direct to a hard drive.  I get better performance than that on
>>> my somewhat pathetic NUC based storage cluster (I get roughly 20 MB/s there,
>>> but it's for archival storage so I don't really care).  I'm actually curious
>>> what the exact rsync command you are using is (you can obviously redact
>>> paths as you see fit), as the only way I can think of that it should be that
>>> slow is if you're using both --checksum (but if you're using this, you can
>>> tell rsync to skip the mtime check, and that issue goes away) and --inplace,
>>> _and_ your HDD is slow to begin with.
>> rsync -axX --delete --inplace --numeric-ids /mnt/btr1/qemu/ mordor:$BASE/qemu
>> The target is single, compress=zlib SAMSUNG HD204UI, 34976 hours old but
>> with nothing notable on SMART, in a Qnap 253a, kernel 4.9.
>>
>> Both source and target are btrfs, but here switching to send|receive
>> wouldn't give much as this particular guest is Win10 Insider Edition --
>> a thingy that shows what the folks from Redmond have cooked up, with roughly
>> weekly updates to the tune of ~10GB writes 10GB deletions (if they do
>> incremental transfers, installation still rewrites everything system).
>>
>> Lemme look a bit more, rsync performance is indeed really abysmal compared
>> to what it should be.
> 
> self promo, but consider using UrBackup (OSS software, too) instead? For
> Windows VMs I would install the client in the VM. It excludes unnessary
> stuff like e.g. page files or the shadow storage area from the image
> backups, as well and has a mode to store image backups as raw btrfs files.
> Linux VMs I'd backup as files either from the hypervisor or from in VM.
> If you want to backup big btrfs image files it can do that too, and
> faster than rsync plus it can do incremental backups with sparse files.
Even without UrBackup (I'll need to look into that actually, we're 
looking for new backup software where I work since MS has been debating 
removing File History, and the custom scripts my predecessor wrote are 
showing their 20+ year age at this point), it's usually better to just 
run the backup from inside the VM if at all possible.  You end up saving 
space, and don't waste time backing up stuff you don't need.

In this particular use case, it would also save other system resources, 
since you only need to back up the VM if something has changed, and by 
definition nothing could have changed in the VM (at least, nothing could 
have legitimately changed) if it's not running.

  reply	other threads:[~2017-09-13 15:25 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-12  8:02 qemu-kvm VM died during partial raid1 problems of btrfs Marat Khalili
2017-09-12  8:25 ` Timofey Titovets
2017-09-12  8:42   ` Marat Khalili
2017-09-12  9:21     ` Timofey Titovets
2017-09-12  9:29       ` Marat Khalili
2017-09-12  9:35         ` Timofey Titovets
2017-09-12 10:01     ` Duncan
2017-09-12 10:32       ` Adam Borowski
2017-09-12 10:39         ` Marat Khalili
2017-09-12 11:01           ` Timofey Titovets
2017-09-12 11:12             ` Adam Borowski
2017-09-12 11:17               ` Timofey Titovets
2017-09-12 11:26               ` Marat Khalili
2017-09-12 17:21                 ` Adam Borowski
2017-09-12 17:36                   ` Austin S. Hemmelgarn
2017-09-12 18:43                     ` Adam Borowski
2017-09-12 18:47                       ` Christoph Hellwig
2017-09-12 19:12                         ` Austin S. Hemmelgarn
2017-09-12 19:11                       ` Austin S. Hemmelgarn
2017-09-12 20:00                         ` Adam Borowski
2017-09-12 20:12                           ` Austin S. Hemmelgarn
2017-09-12 21:13                             ` Adam Borowski
2017-09-13  0:52                               ` Timofey Titovets
2017-09-13 12:55                                 ` Austin S. Hemmelgarn
2017-09-13 12:21                               ` Austin S. Hemmelgarn
2017-09-18 11:53                                 ` Adam Borowski
2017-09-13 14:47                               ` Martin Raiber
2017-09-13 15:25                                 ` Austin S. Hemmelgarn [this message]
2017-09-12 11:09         ` Roman Mamedov
2017-09-13 13:23 ` Chris Murphy
2017-09-13 14:15   ` Marat Khalili
2017-09-13 17:52     ` Goffredo Baroncelli

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=6dba5a44-07b7-aa80-f0e6-4a6bf7a007b9@gmail.com \
    --to=ahferroin7@gmail.com \
    --cc=1i5t5.duncan@cox.net \
    --cc=kilobyte@angband.pl \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=martin@urbackup.org \
    --cc=mkh@rqc.ru \
    /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).