Date: Tue, 02 Nov 2021 21:59:37 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 259505] Bug in zfs receive - Mountpoint not changed Message-ID: <bug-259505-227-CpKkKprdUu@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-259505-227@https.bugs.freebsd.org/bugzilla/> References: <bug-259505-227@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=3D259505 --- Comment #7 from Andriy Gapon <avg@FreeBSD.org> --- (In reply to ERM Consulting from comment #6) I am not sure if I understand the situation correctly but it seems that zDataStorage8/datasetVM has its mountpoint explicitly set to /zDataStorage8/datasetVM. "Normally" that property would not be manually se= t, but rather automatically deduced (inherited) from the pool and dataset name. When the property is explicitly set, like in your case, then it retains its value when the dataset is sent via a replication stream (send -R). So, the received dataset would use exactly the same value of the property. But if the property is automatic (default / inherited) then for the received dataset it would be re-derived from the new pool / dataset names. In practice, try to run this command first: zfs inherit mountpoint DataStorage8/datasetVM And then re-do the send | recv test. --=20 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-259505-227-CpKkKprdUu>