linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Read-only snapshot send speed very slow after modify original data. Need help
@ 2019-10-30 12:07 Michael
  2019-10-30 12:38 ` Filipe Manana
  2019-11-06 14:48 ` Michael
  0 siblings, 2 replies; 4+ messages in thread
From: Michael @ 2019-10-30 12:07 UTC (permalink / raw)
  To: linux-btrfs

Hi linux-btrfs,

Step to reproduce

1) mkfs.btrfs -draid6 -mraid6 /dev/sd[abcdefgh]

2) mount 
-onoatime,nodiratime,thread_pool=24,max_inline=0,ssd_spread,compress-force=zstd 
/dev/sda /mnt/test/

3) btrfs subvol create /mnt/test/subvol/

4) dd if=/dev/zero of=/mnt/test/subvol/test.dat bs=1M count=65536

5) btrfs subvol snapshot -r /mnt/test/subvol /mnt/test/subvol.ro

6) btrfs send /mnt/test/subvol.ro | pv >/dev/null

64,1GiB 0:01:18 [ 833MiB/s]  - fast

7) for i in {1..16384}; do echo $i; printf '\x01\x02\x03' | dd 
of=/mnt/test/subvol/test.dat bs=1 seek=$(($i * 1024 * 1024)) count=3 
conv=notrunc; done

8) btrfs send /mnt/test/subvol.ro | pv >/dev/null

I stop it at 0:01:18

464MiB 0:01:18 [4,67MiB/s] - very very slow


uname -a
Linux storage.domain.com 5.3.7-200.fc30.x86_64 #1 SMP Fri Oct 18 
20:13:59 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-06 14:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30 12:07 Read-only snapshot send speed very slow after modify original data. Need help Michael
2019-10-30 12:38 ` Filipe Manana
2019-10-30 12:54   ` Michael
2019-11-06 14:48 ` Michael

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).