1
0
Fork 0
nvme-stas/utils/nvmet/loop.conf

21 lines
410 B
Text
Raw Permalink Normal View History

# 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]
},
]
}