mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-08-02 13:07:42 +03:00

Adding the expected PERF_ prefix to RANDSEED, COMPPERCENT, and COMPCHUNK. Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Tony Nguyen <tony.nguyen@delphix.com> Closes #9877
34 lines
848 B
Plaintext
34 lines
848 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) 2016 by Delphix. All rights reserved.
|
|
# Copyright (c) 2020, Kjeld Schouten-Lebbing. All rights reserved.
|
|
#
|
|
|
|
[global]
|
|
filename_format=file$jobnum
|
|
group_reporting=1
|
|
fallocate=0
|
|
ioengine=psync
|
|
bs=1024k
|
|
rw=write
|
|
thread=1
|
|
directory=${DIRECTORY}
|
|
numjobs=${NUMJOBS}
|
|
filesize=${FILE_SIZE}
|
|
randseed=${PERF_RANDSEED}
|
|
buffer_compress_percentage=${PERF_COMPPERCENT}
|
|
buffer_pattern=0xdeadbeef
|
|
buffer_compress_chunk=${PERF_COMPCHUNK}
|
|
|
|
[job]
|