]> granicus.if.org Git - zfs/commitdiff
ZTS: minor typo and old default values
authorGeorge Melikov <mail@gmelikov.ru>
Mon, 3 Jul 2017 21:21:12 +0000 (00:21 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 3 Jul 2017 21:21:12 +0000 (14:21 -0700)
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: George Melikov <mail@gmelikov.ru>
Closes #6298

scripts/zfs-tests.sh
tests/README.md

index 3208b8df2a41cb7cab5564c4f3ae951e16c05204..c4db08d78ca6a9d362abb80851df1226269acb4b 100755 (executable)
@@ -482,7 +482,7 @@ if [ -x "$STF_PATH/setenforce" ]; then
 fi
 
 #
-# Enable interal ZFS debug log and clear it.
+# Enable internal ZFS debug log and clear it.
 #
 if [ -e /sys/module/zfs/parameters/zfs_dbgmsg_enable ]; then
        sudo /bin/sh -c "echo 1 >/sys/module/zfs/parameters/zfs_dbgmsg_enable"
index 18bdd053a8784392dff24e6c864bdcc2c8caba74..2e41322014bd92b0b1c11934eef5c66e51425944 100644 (file)
@@ -85,7 +85,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/.
 
-    -s SIZE     Use vdevs of SIZE (default: 2G)
+    -s SIZE     Use vdevs of SIZE (default: 4G)
 
     -r RUNFILE  Run tests in RUNFILE (default: linux.run)
 
@@ -116,7 +116,7 @@ FILES:           /mnt/file-vdev0 /mnt/file-vdev1 /mnt/file-vdev2
 LOOPBACKS:       /dev/loop0 /dev/loop1 /dev/loop2 
 DISKS:           loop0 loop1 loop2 
 NUM_DISKS:       3
-FILESIZE:        2G
+FILESIZE:        4G
 Keep pool(s):    rpool
 
 /usr/share/zfs/test-runner/bin/test-runner.py  -c \