]> granicus.if.org Git - zfs/commitdiff
Fix typos in tests/
authorAndrea Gelmini <andrea.gelmini@gelma.net>
Tue, 3 Sep 2019 01:07:35 +0000 (03:07 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 3 Sep 2019 01:07:35 +0000 (18:07 -0700)
Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Richard Laager <rlaager@wiktel.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Closes #9243

tests/zfs-tests/tests/functional/rsend/rsend_008_pos.ksh
tests/zfs-tests/tests/functional/rsend/rsend_011_pos.ksh
tests/zfs-tests/tests/functional/rsend/rsend_012_pos.ksh
tests/zfs-tests/tests/functional/rsend/rsend_022_pos.ksh
tests/zfs-tests/tests/functional/rsend/rsend_024_pos.ksh
tests/zfs-tests/tests/functional/rsend/send-cD.ksh
tests/zfs-tests/tests/functional/rsend/send-c_resume.ksh
tests/zfs-tests/tests/functional/rsend/send-c_stream_size_estimate.ksh
tests/zfs-tests/tests/functional/rsend/send_realloc_encrypted_files.ksh
tests/zfs-tests/tests/functional/rsend/send_realloc_files.ksh

index 5e657a898f4c216e0385d9f5a15d3bd7373a4d2b..531478760457656283c71a63f447982ccd900730 100755 (executable)
@@ -38,7 +38,7 @@
 # STRATEGY:
 #      1. Separately promote pool clone, filesystem clone and volume clone.
 #      2. Recursively backup all the POOL and restore in POOL2
-#      3. Verify all the datesets and property be properly received.
+#      3. Verify all the datasets and properties were properly received.
 #
 
 verify_runnable "both"
index 9ecd18d87da677680dedb9b30bf0e2a2ef9a10a3..68f0e13927dc69fa6db2fd4dbf916bd1e3e964ec 100755 (executable)
@@ -63,7 +63,7 @@ for prop in $(fs_inherit_prop); do
 done
 
 #
-# Inherit propertes in sub-datasets
+# Inherit properties in sub-datasets
 #
 for ds in "$POOL/$FS/fs1" "$POOL/$FS/fs1/fs2" "$POOL/$FS/fs1/fclone" ; do
        for prop in $(fs_inherit_prop) ; do
index 57d58b9bab7746f30d85273ebc36255b2a123498..d85970a7421710aaad33ad9aa0a5922953f8b23a 100755 (executable)
@@ -39,7 +39,7 @@
 #      1. Setting properties for all the filesystem and volumes randomly
 #      2. Backup all the data from POOL by send -R
 #      3. Restore all the data in POOL2
-#      4. Verify all the perperties in two pools are same
+#      4. Verify all the properties in the two pools are the same
 #
 
 verify_runnable "global"
index 60be67328e1cc07f15d8b1f8c73f4648e1c5e273..cb68b1c3b27d0e0c982429023b7bff2f3ff83682 100755 (executable)
@@ -25,7 +25,7 @@
 #
 # Strategy:
 # 1. Bookmark a ZFS snapshot
-# 2. Destroy the ZFS sanpshot
+# 2. Destroy the ZFS snapshot
 # 3. Destroy the filesystem for the receive
 # 4. Verify receive of the full send stream
 # 5. Start an incremental ZFS send of the ZFS bookmark, redirect output to a
index 20f0bee15572d0685a072905cebcee2cfb705198..2d9fb01af10f44d4445f76cc09eb80acb3ef59a8 100755 (executable)
@@ -25,7 +25,7 @@
 #
 # Strategy:
 # 1. Destroy the filesystem for the receive
-# 2. Unmount the source filsesystem
+# 2. Unmount the source filesystem
 # 3. Start a full ZFS send, redirect output to a file
 # 4. Mess up the contents of the stream state file on disk
 # 5. Try ZFS receive, which should fail with a checksum mismatch error
index ceface9dbc09893558d099e23a2674e2632dd0b3..d0754a4f1aaa972b7ea3954d4b30abbce25693f5 100755 (executable)
@@ -45,7 +45,7 @@ typeset inc=$BACKDIR/stream.inc
 log_must zfs create -o compress=lz4 $sendfs
 log_must zfs create -o compress=lz4 $recvfs
 typeset dir=$(get_prop mountpoint $sendfs)
-# Don't use write_compressible: we want compressible but undedupable data here.
+# Don't use write_compressible: we want compressible but undeduplicable data.
 log_must eval "dd if=/dev/urandom bs=1024k count=4 | base64 >$dir/file"
 log_must zfs snapshot $sendfs@snap0
 log_must eval "zfs send -D -c $sendfs@snap0 >$stream0"
index d8d7c40e49313d39eb3df8ad770a32148359c53d..05ba5ed244d9326c4fe3d49455ef1f89b67b8a80 100755 (executable)
@@ -28,7 +28,7 @@
 # 2. Mess up the contents of the stream state file on disk
 # 3. Try ZFS receive, which should fail with a checksum mismatch error
 # 4. ZFS send to the stream state file again using the receive_resume_token
-# 5. ZFS receieve and verify the receive completes successfully
+# 5. ZFS receive and verify the receive completes successfully
 # 6. Repeat steps on an incremental ZFS send
 #
 
index 130bc3dbc9c3e5e1527ded0eab7b94ab5b1d9a99..f11068192880cf56a4812ec809c8128f5f93449b 100755 (executable)
@@ -89,4 +89,4 @@ for compress in $compress_types; do
            "$vol_csize and $vol_refer differed by too much"
 done
 
-log_pass "The the stream size given by -P accounts for compressed send."
+log_pass "The stream size given by -P accounts for compressed send."
index 3c3de86d91c6093fc8e8e7c921ad8a9bf7064ea7..83a79784d226f4f26188d9c3e872b15967150ba6 100755 (executable)
@@ -25,7 +25,7 @@
 # Strategy:
 # 1. Create a pool containing an encrypted filesystem.
 # 2. Use 'zfs send -wp' to perform a raw send of the initial filesystem.
-# 3. Repeat the followings steps N times to verify raw incremental receives.
+# 3. Repeat the following steps N times to verify raw incremental receives.
 #   a) Randomly change several key dataset properties.
 #   b) Modify the contents of the filesystem such that dnode reallocation
 #      is likely during the 'zfs receive', and receive_object() exercises
index 4b89a73d8081130036c89091a3f6116ff2e65523..27d65439b25bf3c5ada146d062ef8655f0e1cc0b 100755 (executable)
@@ -25,7 +25,7 @@
 # Strategy:
 # 1. Create a pool containing an encrypted filesystem.
 # 2. Use 'zfs send -wp' to perform a raw send of the initial filesystem.
-# 3. Repeat the followings steps N times to verify raw incremental receives.
+# 3. Repeat the following steps N times to verify raw incremental receives.
 #   a) Randomly change several key dataset properties.
 #   b) Modify the contents of the filesystem such that dnode reallocation
 #      is likely during the 'zfs receive', and receive_object() exercises