[Bug 204705] zfs receive mounts received dataset even if -u is given

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 20 22:55:17 UTC 2015


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

--- Comment #4 from Vlad K. <vlad-fbsd at acheronmedia.com> ---
As suggested by Allan Jude on IRC, I tried sending to a nonexisting dataset and
without the -d flag and it autocreated the receiving dataset but did not
automount it.


root at freebsd:~ # zfs mount

zroot                           /
zbackup                         /zbackup
zbackup/backup                  /zbackup/backup


root at freebsd:~ # zfs send zroot at test-snapshot | zfs receive -Fu
zbackup/backup/foo


root at freebsd:~ # zfs list

NAME                 USED  AVAIL  REFER  MOUNTPOINT
zbackup              829M  3.03G    19K  /zbackup
zbackup/backup       829M  3.03G    19K  /zbackup/backup
zbackup/backup/foo   829M  3.03G   829M  /
zroot                898M  2.97G   897M  /


root at freebsd:~ # zfs mount

zroot                           /
zbackup                         /zbackup
zbackup/backup                  /zbackup/backup

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


More information about the freebsd-bugs mailing list