summaryrefslogtreecommitdiffstats
path: root/utils/nvmet/loop.conf
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nvmet/loop.conf')
-rw-r--r--utils/nvmet/loop.conf20
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/nvmet/loop.conf b/utils/nvmet/loop.conf
new file mode 100644
index 0000000..79f8b21
--- /dev/null
+++ b/utils/nvmet/loop.conf
@@ -0,0 +1,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]
+ },
+ ]
+}