tests: README: note non-default mountd requirement

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #13259
This commit is contained in:
наб 2022-03-10 19:40:35 +01:00 committed by Brian Behlendorf
parent d5cc930b8f
commit d7976a073e

View File

@ -39,6 +39,9 @@ The pre-requisites for running the ZFS Test Suite are:
* The ZFS Test Suite will add users and groups to test machine to
verify functionality. Therefore it is strongly advised that a
dedicated test machine, which can be a VM, be used for testing.
* On FreeBSD, mountd(8) must use `/etc/zfs/exports`
as one of its export files by default this can be done by setting
`zfs_enable=yes` in `/etc/rc.conf`.
Once the pre-requisites are satisfied simply run the zfs-tests.sh script: