So I took recursive snapshots:
Then I tried to send:
It went swimmingly until it hit 3.23 GiB, then the clock keeps ticking, but the network activity grinds to a halt. Help.
Here's what the progress looks like:
Where the 0:02:17 counts up by the second, the B/s never changes and the <=> stops moving.
If I do CTL-T a couple of times with a gap:
What else can I do to figure out what's hanging things up. I've done this a lot in the past (FreeBSD 13 and prior) and it worked fine. This is my first time trying it on 14.1, both odin and fenris are on 14.1p4.
-will
Code:
sudo zfs snapshot -r prime@snap
Then I tried to send:
Code:
sudo zfs send -R prime@snap| pv | ssh wsenn@fenris "sudo zfs recv -Fd prime"
It went swimmingly until it hit 3.23 GiB, then the clock keeps ticking, but the network activity grinds to a halt. Help.
Here's what the progress looks like:
Code:
3.23GiB 0:02:17 [0.00 B/s] [ <=> ]
Where the 0:02:17 counts up by the second, the B/s never changes and the <=> stops moving.
If I do CTL-T a couple of times with a gap:
Code:
load: 0.55 cmd: ssh 4492 [select] 343.78r 8.81u 5.64s 0% 24696k
load: 0.36 cmd: ssh 4492 [select] 386.59r 8.81u 5.64s 0% 24696k
What else can I do to figure out what's hanging things up. I've done this a lot in the past (FreeBSD 13 and prior) and it worked fine. This is my first time trying it on 14.1, both odin and fenris are on 14.1p4.
-will