mirror of
https://github.com/gluster/glusterd2.git
synced 2026-02-05 21:45:43 +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>
6 lines
98 B
JSON
6 lines
98 B
JSON
{
|
|
"localstatedir": "/var/lib/glusterd",
|
|
"peeraddress": ":24008",
|
|
"clientaddress":":24007"
|
|
}
|