2018-01-26 03:02:31 +00:00
|
|
|
[passthru]
|
|
|
|
# PT <bdev name> <vbdev name>
|
|
|
|
PT Malloc3 TestPT
|
|
|
|
|
2016-07-20 18:16:23 +00:00
|
|
|
[Malloc]
|
2018-01-26 03:02:31 +00:00
|
|
|
NumberOfLuns 4
|
2017-07-14 23:31:43 +00:00
|
|
|
LunSizeInMB 64
|
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-07-20 14:11:47 +00:00
|
|
|
[Ioat]
|
|
|
|
Disable Yes
|
2017-12-28 21:49:46 +00:00
|
|
|
|
|
|
|
[QoS]
|
|
|
|
# QoS section defines limitation on performance
|
|
|
|
# metric like IOPS
|
|
|
|
#
|
|
|
|
# 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
|