Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Nov 2015 22:55:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 204705] zfs receive mounts received dataset even if -u is given
Message-ID:  <bug-204705-8-mE3dJ9jfF4@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204705-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204705-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204705

--- Comment #4 from Vlad K. <vlad-fbsd@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@freebsd:~ # zfs mount

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


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


root@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@freebsd:~ # zfs mount

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204705-8-mE3dJ9jfF4>