mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-31 19:24:09 +03:00
Reduce trim min size even lower for tests to reduce flakiness
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: George Melikov <mail@gmelikov.ru> Signed-off-by: Paul Dagnelie <pcd@delphix.com> Closes #15315
This commit is contained in:
@@ -57,7 +57,7 @@ log_onexit cleanup
|
||||
|
||||
# Minimum trim size is decreased to verify all trim sizes.
|
||||
typeset trim_extent_bytes_min=$(get_tunable TRIM_EXTENT_BYTES_MIN)
|
||||
log_must set_tunable64 TRIM_EXTENT_BYTES_MIN 4096
|
||||
log_must set_tunable64 TRIM_EXTENT_BYTES_MIN 512
|
||||
|
||||
# Reduced TRIM_TXG_BATCH to make trimming more frequent.
|
||||
typeset trim_txg_batch=$(get_tunable TRIM_TXG_BATCH)
|
||||
|
||||
Reference in New Issue
Block a user