diff options
author | наб <[email protected]> | 2022-03-10 19:40:35 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2022-04-01 17:57:45 -0700 |
commit | d7976a073e65087148fa721887997cc612da9920 (patch) | |
tree | 88b7250c3562799b687517fea4808994a0ebc893 /tests/README.md | |
parent | d5cc930b8fcf90851ce3fbfa7120445fc6f85c4b (diff) |
tests: README: note non-default mountd requirement
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: John Kennedy <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Ahelenia Ziemiańska <[email protected]>
Closes #13259
Diffstat (limited to 'tests/README.md')
-rw-r--r-- | tests/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md index 774bcc417..624f5efd1 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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: |