xref: /spdk/test/external_code/hello_world/bdev_external.json (revision 344bb69312056bf7ea1f5590bdff6186d4bc917e)
1{
2  "subsystems": [
3    {
4      "subsystem": "bdev",
5      "config": [
6        {
7          "params": {
8            "name": "Malloc0",
9            "block_size": 4096,
10            "num_blocks": 32
11          },
12          "method": "construct_malloc_bdev"
13        },
14        {
15          "params": {
16            "base_bdev_name": "Malloc0",
17            "name": "TestPT"
18          },
19          "method": "construct_ext_passthru_bdev"
20        }
21      ]
22    }
23  ]
24}
25