Commit a2be5492 authored by Jim Harris's avatar Jim Harris
Browse files

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: default avatarJim Harris <james.r.harris@intel.com>
Change-Id: I24febd74c5eac31b1c56f2e053636660a641fbc0
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/5087


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarChangpeng Liu <changpeng.liu@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
parent 65b5866e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2257,7 +2257,7 @@ may be set via the configure `--prefix` option. Example: `make install prefix=/

### 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,
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.