From d5cc930b8fcf90851ce3fbfa7120445fc6f85c4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Wed, 9 Mar 2022 14:17:11 +0100 Subject: [PATCH] tests: README: note that -d *must* be 777 for the deleg tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Brian Behlendorf Reviewed-by: John Kennedy Reviewed-by: Ryan Moeller Signed-off-by: Ahelenia ZiemiaƄska Closes #13259 --- scripts/zfs-tests.sh | 2 +- tests/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/zfs-tests.sh b/scripts/zfs-tests.sh index a058eb9c5..94c6ab0b1 100755 --- a/scripts/zfs-tests.sh +++ b/scripts/zfs-tests.sh @@ -333,7 +333,7 @@ OPTIONS: -m Enable kmemleak reporting (Linux only) -n NFSFILE Use the nfsfile to determine the NFS configuration -I NUM Number of iterations - -d DIR Use DIR for files and loopback devices + -d DIR Use world-writable DIR for files and loopback devices -s SIZE Use vdevs of SIZE (default: 4G) -r RUNFILES Run tests in RUNFILES (default: ${DEFAULT_RUNFILES}) -t PATH Run single test at PATH relative to test suite diff --git a/tests/README.md b/tests/README.md index a01ffbe12..774bcc417 100644 --- a/tests/README.md +++ b/tests/README.md @@ -88,6 +88,7 @@ The following zfs-tests.sh options are supported: -d DIR Create sparse files for vdevs in the DIR directory. By default these files are created under /var/tmp/. + This directory must be world-writable. -s SIZE Use vdevs of SIZE (default: 4G)