mirror of
https://github.com/gluster/glusterd2.git
synced 2026-02-06 15:46:00 +01:00
The name of the configurable options should represent the services provided or consumer of the port and not the protocol used. * Renamed 'rpcaddress' to 'peeraddress': Denotes the address used for peer to peer communication. * Renamed 'restaddress' to 'clientaddress': Denotes the address used by clients to communicate with glusterd2. Coincidentally, these are analogous to those provided by etcd. Signed-off-by: Prashanth Pai <ppai@redhat.com>
4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
localstatedir: "/var/lib/glusterd"
|
|
peeraddress: ":24008"
|
|
clientaddress: ":24007"
|