CHANGELOG: fix path of default JSON-RPC domain socket

The original entry was wrong - the path has always been
/var/tmp/spdk.sock.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: I24febd74c5eac31b1c56f2e053636660a641fbc0
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5087
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
This commit is contained in:
Jim Harris 2020-11-11 22:16:44 +00:00
parent 65b5866e0e
commit a2be549268

View File

@ -2257,7 +2257,7 @@ may be set via the configure `--prefix` option. Example: `make install prefix=/
### RPC ### RPC
A JSON RPC listener is now enabled by default using a UNIX domain socket at /var/run/spdk.sock. A JSON RPC listener is now enabled by default using a UNIX domain socket at /var/tmp/spdk.sock.
A -r option command line option has been added to enable an alternative UNIX domain socket location, A -r option command line option has been added to enable an alternative UNIX domain socket location,
or a TCP port in the format ip_addr:tcp_port (i.e. 127.0.0.1:5260). The Rpc configuration file or a TCP port in the format ip_addr:tcp_port (i.e. 127.0.0.1:5260). The Rpc configuration file
section is now deprecated and will be removed in the v18.04 release. section is now deprecated and will be removed in the v18.04 release.