diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 15:57:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 15:57:28 +0000 |
commit | a5283f584122bbcfb9085d46f6efe18d45440719 (patch) | |
tree | 6f516f7d908a9852650b2f48f50818e0c1a3b3e0 /tcp.json | |
parent | Initial commit. (diff) | |
download | nvmetcli-a5283f584122bbcfb9085d46f6efe18d45440719.tar.xz nvmetcli-a5283f584122bbcfb9085d46f6efe18d45440719.zip |
Adding upstream version 0.8.upstream/0.8upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tcp.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/tcp.json b/tcp.json new file mode 100644 index 0000000..e6ff029 --- /dev/null +++ b/tcp.json @@ -0,0 +1,58 @@ +{ + "hosts": [], + "ports": [ + { + "addr": { + "adrfam": "ipv4", + "traddr": "192.168.122.33", + "treq": "not specified", + "trsvcid": "4420", + "trtype": "tcp" + }, + "ana_groups": [ + { + "ana": { + "state": "optimized" + }, + "grpid": 1 + } + ], + "param": { + "inline_data_size": "16384", + "pi_enable": "0" + }, + "portid": 1, + "referrals": [], + "subsystems": [ + "nvmet-always" + ] + } + ], + "subsystems": [ + { + "allowed_hosts": [], + "attr": { + "allow_any_host": "1", + "cntlid_max": "65519", + "cntlid_min": "1", + "model": "Linux", + "pi_enable": "0", + "serial": "123456789abcdef", + "version": "1.3" + }, + "namespaces": [ + { + "ana_grpid": 1, + "device": { + "nguid": "00000000-0000-0000-0000-000000000000", + "path": "/dev/nvme0n1", + "uuid": "d592cdf3-5d1c-44e0-8412-3fcf7d99df27" + }, + "enable": 1, + "nsid": 1 + } + ], + "nqn": "nvmet-always" + } + ] +} |