summaryrefslogtreecommitdiffstats
path: root/utils/nvmet/loop.conf
blob: 79f8b2195e18d0ba33979adba59b201358493551 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Config file format: Python, i.e. dict(), list(), int, str, etc...
# port ids (id) are integers 0...N
# namespaces are integers 0..N
# subsysnqn can be integers or strings
{
    'ports': [
        {
            'id': 1,
            'trtype': 'loop',
        }
    ],

    'subsystems': [
        {
            'subsysnqn': 'enterprise',
            'port': 1,
            'namespaces': [1]
        },
    ]
}