1
0
Fork 0
nvme-stas/utils/nvmet/loop.conf
Benjamin Drung 757b718eff
Adding upstream version 2.2.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-16 12:42:14 +01:00

20 lines
410 B
Text

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