Skip to content

Commit

Permalink
ZTS: Slightly increase dedup_quota limit
Browse files Browse the repository at this point in the history
As described in the comment above this check the space used by
logged entries is not accounted for and some margin needs to be
added in.  While uncommon we have slightly exceeded the 600,000
threshold on some CI run so we increase the limit a bit more.

Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #16637
  • Loading branch information
behlendorf authored Oct 11, 2024
1 parent 34efa8e commit 9f3f80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/zfs-tests/tests/functional/dedup/dedup_quota.ksh
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function ddt_dedup_vdev_limit
# For here, we just set the entry count a little higher than what we
# expect to allow for some instability.
#
log_must test $(ddt_entries) -le 600000
log_must test $(ddt_entries) -le 650000

do_clean
}
Expand Down

0 comments on commit 9f3f80c

Please sign in to comment.