Skip to content

Commit

Permalink
fix: fix typo in sanoid_check
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel authored and root committed Feb 9, 2024
1 parent 5f89bb4 commit f6661b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/zfs/sanoid_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ERRORS=()
function get_zfs_datasets {
# list all zfs datasets
ZFS_POOLS=$(zpool list -o name -H)
ZFS_CANDIDATES_DATASETS=$(zfs list -o name -H -r $ZFS_POOLS)
ZFS_DATASETS=$(zfs list -o name -H -r $ZFS_POOLS)
# search for excluded datasests in sanoid.conf
# this is no_sanoid_checks:dataset/path/1:dataset/path/2
# we transform to :path1:path2:path3: for easy check if a value is inside
Expand Down

0 comments on commit f6661b8

Please sign in to comment.