[Bug 259505] Bug in zfs receive - Mountpoint not changed

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 28 Oct 2021 15:28:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259505

Newton Terry <newton.ja.terry@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |newton.ja.terry@gmail.com

--- Comment #1 from Newton Terry <newton.ja.terry@gmail.com> ---
On a 13.0-RELEASE VM test system I can't reproduce:

# zfs send -R zDataStorage8Backup/datasetShares@01 | zfs receive -Fd
zDataStorage8

# zfs list

NAME                                USED   AVAIL    REFER  MOUNTPOINT
zDataStorage8                       876K   831M       96K  /zDataStorage8
zDataStorage8/datasetShares          96K   831M       96K 
/zDataStorage8/datasetShares

Second transfer:

# zfs send -R zDataStorage8Backup/datasetVM@01 | zfs receive -Fd zDataStorage8

# zfs list
NAME                                USED   AVAIL    REFER  MOUNTPOINT
zDataStorage8                       876K   831M       96K  /zDataStorage8
zDataStorage8/datasetShares          96K   831M       96K 
/zDataStorage8/datasetShares
zDataStorage8/datasetVM              96K   831M       96K 
/zDataStorage8/datasetVM

-- 
You are receiving this mail because:
You are the assignee for the bug.