mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
ZTS: Slightly increase dedup_quota limit
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
This commit is contained in:
parent
34efa8e2d8
commit
9f3f80c0cc
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user