[Bug 254530] ZFS (base) receive fails to receive zvol dataset if dataset already exist

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Mar 30 20:15:40 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254530

Christopher Pallone <freebsd at chaoticmethod.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |freebsd at chaoticmethod.com

--- Comment #8 from Christopher Pallone <freebsd at chaoticmethod.com> ---
I just ran into this same bug on my 12.2 system...
Not that it is really any different, but I tried to receive the data-stream
from a local file with the same error. 

# freebsd-version
12.2-RELEASE-p1
# zfs snap zdata/vol_fbsd12-02-root at csp
# zfs send zdata/vol_fbsd12-02-root at csp > /tmp/csp.out
# zfs receive -F 'zdata/vol_smtp02-root' < /tmp/csp.out
cannot open 'zdata/vol_smtp02-root/': trailing slash in name

I have some automation scripts build around this. Depending on the timing of
13, I might try to hunt this down myself. Otherwise, I will have to devote my
time to testing my stuff on the 13.0-RELEASE.

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


More information about the freebsd-fs mailing list