Hello everyone,
I test sending and receiving with 2 computers, and test as follows:
pool: zroot on Host1
pools: zroot, testpool on Host2
On host1
zfs snapshot -r zroot@snap
zfs send -Rv zroot@snap | ssh host2 zfs receive -dvF testpool
Then the testpool and zroot datasets on host2 are mounted to the same mountpoint, Is there a problem with this?
Thanks.
I test sending and receiving with 2 computers, and test as follows:
pool: zroot on Host1
pools: zroot, testpool on Host2
On host1
zfs snapshot -r zroot@snap
zfs send -Rv zroot@snap | ssh host2 zfs receive -dvF testpool
Then the testpool and zroot datasets on host2 are mounted to the same mountpoint, Is there a problem with this?
Code:
NAME USED AVAIL REFER MOUNTPOINT
testpool /zroot
testpool/ROOT none
testpool/ROOT/default /
testpool/tmp /tmp
...
zroot /zroot
zroot/ROOT none
zroot/ROOT/default /
zroot/tmp /tmp
...
Thanks.