2018-04-07 18:49:10 -04:00
|
|
|
[Passthru]
|
2018-01-25 22:02:31 -05:00
|
|
|
# PT <bdev name> <vbdev name>
|
|
|
|
PT Malloc3 TestPT
|
|
|
|
|
2016-07-20 11:16:23 -07:00
|
|
|
[Malloc]
|
2019-04-23 08:11:55 -07:00
|
|
|
NumberOfLuns 8
|
2018-10-15 13:59:56 -07:00
|
|
|
LunSizeInMB 32
|
2016-08-03 10:36:14 -07:00
|
|
|
|
2016-08-29 10:15:47 -07:00
|
|
|
[Split]
|
|
|
|
# Split Malloc1 into two auto-sized halves
|
|
|
|
Split Malloc1 2
|
|
|
|
|
2017-07-14 16:31:43 -07:00
|
|
|
# Split Malloc2 into eight 4-megabyte pieces,
|
2016-08-29 10:15:47 -07:00
|
|
|
# leaving the rest of the device inaccessible
|
2017-07-14 16:31:43 -07:00
|
|
|
Split Malloc2 8 4
|
2016-08-29 10:15:47 -07:00
|
|
|
|
2016-08-03 10:36:14 -07:00
|
|
|
[AIO]
|
2019-07-12 04:10:50 -04:00
|
|
|
AIO /tmp/aiofile AIO0 2048
|
2017-07-17 15:45:46 +08:00
|
|
|
|
2017-12-28 16:49:46 -05:00
|
|
|
[QoS]
|
|
|
|
# QoS section defines limitation on performance
|
2018-09-04 11:01:51 -04:00
|
|
|
# metric like IOPS and bandwidth
|
2017-12-28 16:49:46 -05:00
|
|
|
#
|
|
|
|
# Format: Limit_IOPS Bdev_Name IOPS_Limit_Value
|
|
|
|
#
|
|
|
|
# IOPS limit must be 10000 or greater and be multiple
|
|
|
|
# of 10000
|
|
|
|
#
|
|
|
|
# Assign 20000 IOPS for the Malloc0 block device
|
|
|
|
Limit_IOPS Malloc0 20000
|
2018-09-04 11:01:51 -04:00
|
|
|
#
|
|
|
|
# Bandwidth limit must be 10 (MB) or greater and be
|
|
|
|
# multiple of 10
|
|
|
|
# Assign 100 (MB) bandwidth for the Malloc3 block
|
|
|
|
# device
|
|
|
|
Limit_BPS Malloc3 100
|
2018-08-23 14:18:42 -07:00
|
|
|
|
|
|
|
[RAID0]
|
|
|
|
Name raid0
|
|
|
|
StripSize 64
|
|
|
|
NumDevices 2
|
|
|
|
RaidLevel 0
|
|
|
|
Devices Malloc4 Malloc5
|