2018-04-07 22:49:10 +00:00
|
|
|
[Passthru]
|
2018-01-26 03:02:31 +00:00
|
|
|
# PT <bdev name> <vbdev name>
|
|
|
|
PT Malloc3 TestPT
|
|
|
|
|
2016-07-20 18:16:23 +00:00
|
|
|
[Malloc]
|
2018-03-07 23:44:06 +00:00
|
|
|
NumberOfLuns 7
|
2018-10-15 20:59:56 +00:00
|
|
|
LunSizeInMB 32
|
2016-08-03 17:36:14 +00:00
|
|
|
|
2016-08-29 17:15:47 +00:00
|
|
|
[Split]
|
|
|
|
# Split Malloc1 into two auto-sized halves
|
|
|
|
Split Malloc1 2
|
|
|
|
|
2017-07-14 23:31:43 +00:00
|
|
|
# Split Malloc2 into eight 4-megabyte pieces,
|
2016-08-29 17:15:47 +00:00
|
|
|
# leaving the rest of the device inaccessible
|
2017-07-14 23:31:43 +00:00
|
|
|
Split Malloc2 8 4
|
2016-08-29 17:15:47 +00:00
|
|
|
|
2016-08-03 17:36:14 +00:00
|
|
|
[AIO]
|
2017-03-01 23:50:29 +00:00
|
|
|
AIO /dev/ram0 AIO0
|
2017-08-10 00:28:32 +00:00
|
|
|
AIO /tmp/aiofile AIO1 2048
|
2017-07-17 07:45:46 +00:00
|
|
|
|
2017-12-28 21:49:46 +00:00
|
|
|
[QoS]
|
|
|
|
# QoS section defines limitation on performance
|
2018-09-04 15:01:51 +00:00
|
|
|
# metric like IOPS and bandwidth
|
2017-12-28 21:49:46 +00: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 15:01:51 +00: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 21:18:42 +00:00
|
|
|
|
|
|
|
[RAID0]
|
|
|
|
Name raid0
|
|
|
|
StripSize 64
|
|
|
|
NumDevices 2
|
|
|
|
RaidLevel 0
|
|
|
|
Devices Malloc4 Malloc5
|