Date: Fri, 6 Sep 2013 06:40:01 GMT From: Anton Sayetsky <vsjcfm@gmail.com> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/181847: zpool sets wrong mountpoint when using altroot Message-ID: <201309060640.r866e1Ri002707@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/181847; it has been noted by GNATS. From: Anton Sayetsky <vsjcfm@gmail.com> To: ShelLuser <pl@catslair.org>, bug-followup@freebsd.org Cc: Subject: Re: bin/181847: zpool sets wrong mountpoint when using altroot Date: Fri, 6 Sep 2013 09:33:56 +0300 Hi, You're wrong. Mountpoint for newly created ZFS pool is ${ROOTDIR}/${POOLNAME}. So if you set the altroot to /mnt, mountpoint will be /mnt/${POOLNAME}. If you want to set exact mountpoint, you should use -m switch rather than -R. It is an _expected_ behavior.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309060640.r866e1Ri002707>