mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-03-06 20:58:21 +03:00

- Set fixed chunk pattern, for sane compression - Adjust buffer to blocksize, for cross blocksize repeatability - Use fixed seed, for improved repeatability - Move comp-percent and comp-chunk to variables - set variables (mostly) to old defaults Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: John Kennedy <john.kennedy@delphix.com> Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> Closes #9793
40 lines
947 B
Plaintext
40 lines
947 B
Plaintext
#
|
|
# This file and its contents are supplied under the terms of the
|
|
# Common Development and Distribution License ("CDDL"), version 1.0.
|
|
# You may only use this file in accordance with the terms of version
|
|
# 1.0 of the CDDL.
|
|
#
|
|
# A full copy of the text of the CDDL should have accompanied this
|
|
# source. A copy of the CDDL is also available via the Internet at
|
|
# http://www.illumos.org/license/CDDL.
|
|
#
|
|
|
|
#
|
|
# Copyright (c) 2015, 2016, Delphix. All rights reserved.
|
|
# Copyright (c) 2020, Kjeld Schouten-Lebbing. All rights reserved.
|
|
#
|
|
|
|
[global]
|
|
filename_format=file$jobnum
|
|
nrfiles=16
|
|
group_reporting=1
|
|
fallocate=0
|
|
overwrite=0
|
|
thread=1
|
|
rw=readwrite
|
|
rwmixread=80
|
|
time_based=1
|
|
directory=${DIRECTORY}
|
|
runtime=${RUNTIME}
|
|
bssplit=4k/50:8k/30:128k/10:1m/10
|
|
ioengine=psync
|
|
sync=${SYNC_TYPE}
|
|
direct=${DIRECT}
|
|
numjobs=${NUMJOBS}
|
|
randseed=${RANDSEED}
|
|
buffer_compress_percentage=${COMPPERCENT}
|
|
buffer_pattern=0xdeadbeef
|
|
buffer_compress_chunk=${COMPCHUNK}
|
|
|
|
[job]
|