ZFS SEND/RECV Help

riggieri

Dabbler
Joined
Aug 24, 2018
Messages
42
Hello Community

I am having a hell of a time getting ZFS send and receive to finish. I have used this many times before to move datasets from pool to pool, but now I can't figure out why they won't complete. I use the web interface to create a new dataset in the pool I am transferring to, using the same name as the old dataset on the pool it is being sent frommand then This is my command usage.

Code:
root@SUN # zfs snap -r Volume02/color@migrate
root@SUN # zfs send -R Volume02/color@migrate | pv | zfs recv -F Volume04/color
11.0TiB 5:10:51 [ 617MiB/s] [                                             <=>  ]
cannot mount 'Volume04/color': mountpoint or dataset is busy 


The transfer gets to about 99% every time and then sends the cannot mount error.
 

riggieri

Dabbler
Joined
Aug 24, 2018
Messages
42
Ok Tried restarting, tried a different pool to different dataset. Am I missing some syntax?

I need to move these datasets.
 
Top