We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b0f67 commit a00e23bCopy full SHA for a00e23b
simplyblock_core/services/spdk_stats_collector.py
@@ -37,7 +37,7 @@ def get_docker_client():
37
is_running = cont.attrs['State']["Running"]
38
logger.info(f"is_running: {is_running}")
39
if is_running:
40
- spdk_sock_path = f"/var/tmp{cont.attrs['Name']}.sock"
+ spdk_sock_path = f"/var/tmp{cont.attrs['Name']}/spdk.sock"
41
client = spdk_client.JSONRPCClient(spdk_sock_path, 5260)
42
ret = client.call(method)
43
now = str(datetime.datetime.now()).split(".")[0]
0 commit comments