Skip to content

Commit

Permalink
Add target save and restore functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Sandy Kaur <[email protected]>
  • Loading branch information
sskaur committed Feb 14, 2022
1 parent a2900ae commit 9c1ccb2
Show file tree
Hide file tree
Showing 3 changed files with 679 additions and 98 deletions.
10 changes: 8 additions & 2 deletions nvme_gw.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,14 @@
enable_auth = False
gateway_addr = [::]
gateway_port = 5500
spdk_path = /path/to/spdk
spdk_tgt = spdk/build/bin/nvmf_tgt
gateway_group = nvme_gw_group1
grpc_server_max_workers = 10

[ceph]

ceph_pool = rbd
ceph_config_file = /etc/ceph/ceph.conf

[mtls]

server_key = ./server.key
Expand All @@ -25,6 +29,8 @@ client_cert = ./client.crt

[spdk]

spdk_path = /path/to/spdk
spdk_tgt = spdk/build/bin/nvmf_tgt
rpc_socket = /var/tmp/spdk.sock
timeout = 60.0
log_level = ERROR
Expand Down
Loading

0 comments on commit 9c1ccb2

Please sign in to comment.