83d6948ac7
Change-Id: Ic79366a527e5aa23e4821ec88533b66e70eafde5 signed-off-by: wanghailiangx <hailiangx.e.wang@intel.com> Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/4475 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
25 lines
458 B
JSON
25 lines
458 B
JSON
{
|
|
"subsystems": [
|
|
{
|
|
"subsystem": "bdev",
|
|
"config": [
|
|
{
|
|
"params": {
|
|
"name": "Malloc0",
|
|
"block_size": 4096,
|
|
"num_blocks": 32
|
|
},
|
|
"method": "construct_malloc_bdev"
|
|
},
|
|
{
|
|
"params": {
|
|
"base_bdev_name": "Malloc0",
|
|
"name": "TestPT"
|
|
},
|
|
"method": "construct_ext_passthru_bdev"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|