You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm copying my degraded raidz1 pool to a mirror via a screen session.
root@kubrick:~$ zfs send -R tanker@copier1 | mbuffer -s 128k -m 2G -o - | zfs recv -u -v -F -d backup
receiving full stream of tanker@copier1 into backup@copier1
in @ 139 MB/s, out @ 0.0 kB/s, 256 kB total, buffer 7% full
received 225KB stream in 1 seconds (225KB/sec)
receiving full stream of tanker/www@copier1 into backup/www@copier1
in @ 123 MB/s, out @ 0.0 kB/s, 384 kB total, buffer 16% full
received 168KB stream in 2 seconds (84.2KB/sec)
receiving full stream of tanker/pictures@copier1 into backup/pictures@copier1
in @ 0.0 kB/s, out @ 0.0 kB/s, 36.2 GB total, buffer 100% full
received 36.2GB stream in 4195 seconds (8.83MB/sec)
receiving full stream of tanker/downloads@copier1 into backup/downloads@copier1
in @ 0.0 kB/s, out @ 0.0 kB/s, 149 GB total, buffer 100% full
@SenH Thanks for including all the debugging. There's not much more to do other than reboot and re-import the pool. If you're able to reliably reproduce this please let us know.
I tried rebooting and sending the datasets again (sadly there is no zfs -R resume) but the transfer was really slow (8MB/sec) and ZFS "breathing" a lot. txg_sync showed 100% wait in iotop. I just resilvered the raidz1 pool which went a lot faster and my pool is now healthy again.
I'm copying my degraded raidz1 pool to a mirror via a screen session.
zfs send is hanging now
dmesg
System specs
stracktraces, zdb, slab etc. via
http://temp.senhaerens.be/zfs
Please advice how to proceed?
The text was updated successfully, but these errors were encountered: