aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-05-03 21:21:21 +0200
committerBrian Behlendorf <[email protected]>2021-05-07 17:20:37 -0700
commit1966e959cab25d6e535eeb88e0b2ad9590881eb7 (patch)
treee55aff6582f22a09ac993ba4cdfc0e673d7455a1 /scripts
parent8c0991e813a8a8916ca590b5113b5bc9f00a7791 (diff)
Replace ZoL with OpenZFS where applicable
Afterward, git grep ZoL matches: * README.md: * [ZoL Site](https://zfsonlinux.org) - Correct * etc/default/zfs.in:# ZoL userland configuration. - Changing this would induce a needless upgrade-check, if the user has modified the configuration; this can be updated the next time the defaults change * module/zfs/dmu_send.c: * ZoL < 0.7 does not handle [...] - Before 0.7 is ZoL, so fair enough Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Issue #11956
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/zimport.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/zimport.sh b/scripts/zimport.sh
index 56dfbadae..6c3b415ff 100755
--- a/scripts/zimport.sh
+++ b/scripts/zimport.sh
@@ -1,10 +1,10 @@
#!/usr/bin/env bash
#
# Verify that an assortment of known good reference pools can be imported
-# using different versions of the ZoL code.
+# using different versions of OpenZFS code.
#
# By default references pools for the major ZFS implementation will be
-# checked against the most recent ZoL tags and the master development branch.
+# checked against the most recent OpenZFS tags and the master development branch.
# Alternate tags or branches may be verified with the '-s <src-tag> option.
# Passing the keyword "installed" will instruct the script to test whatever
# version is installed.
@@ -98,7 +98,7 @@ OPTIONS:
-c No color
-k Keep temporary directory
-r <repo> Source repository ($REPO)
- -s <src-tag>... Verify ZoL versions with the listed tags
+ -s <src-tag>... Verify OpenZFS versions with the listed tags
-i <pool-dir> Pool image directory
-p <pool-tag>... Verify pools created with the listed tags
-f <path> Temporary directory to use