Jump to content

zfs export to another server running TrueNAS not working. Thoughts?


Recommended Posts

Posted

I have a zfs pool on my unRAID box, and I'm wanting to export it (while still having access to the data) to a remote system currently running TrueNAS. I've configured a ZFS Pool on the TrueNAS box, enabled SSH, and confirmed I can SSH and make a new folder on the TrueNAS box from the unRAID system. I keep running into issues using zfs send, similar to this
 

root@virtunraid:~# zfs send -R slow@pre-migration-snapshot_17sep24_231pm | sshpass -p 'Password' ssh [email protected] sudo -S zfs recv slow
cannot send slow@pre-migration-snapshot_17sep24_231pm recursively: snapshot slow/vmz@pre-migration-snapshot_17sep24_231pm does not exist
warning: cannot send 'slow@pre-migration-snapshot_17sep24_231pm': backup failed
Permission denied, please try again.

root@virtunraid:~# zfs list -t snapshot
NAME                                        USED  AVAIL     REFER  MOUNTPOINT
slow@pre-migration-snapshot                   0B      -     3.22T  -
slow@pre-migration-snapshot1                  0B      -     3.22T  -
slow@pre-migration-snapshot_17sep24           0B      -     3.22T  -
slow@pre-migration-snapshot_17sep24_231pm     0B      -     3.22T  -
slow@pre-migration-snapshot_17sep24_233pm     0B      -     3.22T  -

I'm not sure why it's referencing a snapshot that doesn't exist. Maye some compatibility issues between unRAID and TrueNAS? The snapshots listed are for the pool - the plan was to export everything in one swoop while keep the data available.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...