quota: quotad.socket files should be created under /var/run/gluster
Change-Id: I49502a4f7516c02f7e321c16eebd748545afde07 BUG: 1197587 Signed-off-by: vmallika <vmallika@redhat.com> Reviewed-on: http://review.gluster.org/9778 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
This commit is contained in:
parent
a5b02c0d71
commit
1dc89418ec
@ -127,7 +127,7 @@ cli_quotad_clnt_init (xlator_t *this, dict_t *options)
|
||||
goto out;
|
||||
|
||||
ret = dict_set_str (options, "transport.socket.connect-path",
|
||||
"/tmp/quotad.socket");
|
||||
"/var/run/gluster/quotad.socket");
|
||||
if (ret)
|
||||
goto out;
|
||||
|
||||
|
@ -548,7 +548,7 @@ cli_quotad_clnt_rpc_init (void)
|
||||
goto out;
|
||||
|
||||
ret = dict_set_str (rpc_opts, "transport.socket.connect-path",
|
||||
"/tmp/quotad.socket");
|
||||
"/var/run/gluster/quotad.socket");
|
||||
if (ret)
|
||||
goto out;
|
||||
|
||||
|
@ -361,7 +361,7 @@ quota_enforcer_init (xlator_t *this, dict_t *options)
|
||||
goto out;
|
||||
|
||||
ret = dict_set_str (options, "transport.socket.connect-path",
|
||||
"/tmp/quotad.socket");
|
||||
"/var/run/gluster/quotad.socket");
|
||||
if (ret)
|
||||
goto out;
|
||||
|
||||
|
@ -361,7 +361,7 @@ quotad_aggregator_init (xlator_t *this)
|
||||
goto out;
|
||||
|
||||
ret = dict_set_str (this->options, "transport.socket.listen-path",
|
||||
"/tmp/quotad.socket");
|
||||
"/var/run/gluster/quotad.socket");
|
||||
if (ret)
|
||||
goto out;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user