summaryrefslogtreecommitdiffstats
path: root/examples/rdma.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/rdma.json')
-rw-r--r--examples/rdma.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/examples/rdma.json b/examples/rdma.json
new file mode 100644
index 0000000..6fc326c
--- /dev/null
+++ b/examples/rdma.json
@@ -0,0 +1,42 @@
+{
+ "hosts": [
+ {
+ "nqn": "hostnqn"
+ }
+ ],
+ "ports": [
+ {
+ "addr": {
+ "adrfam": "ipv4",
+ "traddr": "192.168.6.68",
+ "treq": "not specified",
+ "trsvcid": "4420",
+ "trtype": "rdma"
+ },
+ "portid": 2,
+ "referrals": [],
+ "subsystems": [
+ "testnqn"
+ ]
+ }
+ ],
+ "subsystems": [
+ {
+ "allowed_hosts": [],
+ "attr": {
+ "allow_any_host": "1"
+ },
+ "namespaces": [
+ {
+ "device": {
+ "nguid": "ef90689c-6c46-d44c-89c1-4067801309a8",
+ "path": "/dev/nvme0n1"
+ },
+ "enable": 1,
+ "nsid": 1
+ }
+ ],
+ "nqn": "testnqn"
+ }
+ ]
+}