mirror of https://github.com/openzfs/zfs.git
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:
parent
d5cc930b8f
commit
d7976a073e
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue