#[graid-script]
# Set the number of NVMe devices to test
NVME_COUNT=8
# Set information about the NVMe device
NVME_INFO=WD-SN650
# List all the NVMe devices
# must match NVME_COUNT
NVME_LIST=("nvme8n1" "nvme9n1" "nvme10n1" "nvme11n1" "nvme12n1" "nvme13n1" "nvme14n1" "nvme15n1")
# Set the RAID controller model
RAID_CTRLR=SR1010
# Set the filesystem to use
FILESYSTEM=raw
# Set the list of NVMe devices to test
VD_NAME="gdg0n1" # default value for GRAID version 1.3.x, "gvd0n1" for GRAID version 1.2.x
# Set the list of thread counts to use
# aleast keep the "afterdiscard"
TS_LS=("afterdiscard" "afterprecondition" "aftersustain")
# Enable or disable quick tests
QUICK_TEST=true
# Enable or disable full sequence testing(total/4)
SCAN=false
# Enable or disable testing with job-depth statistics
LS_JB=false
# Set the list of job-depth statistics to use
JOB_LS=(1 4 8 16 64)
# Set the list of queue depths to use
QD_LS=(1 4 8 16 64)
# Enable or disable testing of physical drives
RUN_PD=true
# Enable or disable testing of virtual drives
RUN_VD=true
# Enable or disable testing of all physical drives
RUN_PD_ALL=true
# Set the runtime for testing physical drives
PD_RUNTIME=180 # 3 minutes
# Set the runtime for testing virtual drives
VD_RUNTIME=180 # 3 minutes
# Enable or disable testing of software RAID
RUN_MD=false
# Set the name of the software RAID device to test
MD_NAME="md0"
# Set the block size for software RAID tests
MD_BS=128
# Enable or disable dummy tests
DUMMY=false