From 1dc89418ec39929f6f9de448da85966beffeef27 Mon Sep 17 00:00:00 2001 From: vmallika Date: Mon, 2 Mar 2015 12:52:22 +0530 Subject: quota: quotad.socket files should be created under /var/run/gluster Change-Id: I49502a4f7516c02f7e321c16eebd748545afde07 BUG: 1197587 Signed-off-by: vmallika Reviewed-on: http://review.gluster.org/9778 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/features/quota/src/quota-enforcer-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/features/quota/src/quota-enforcer-client.c') diff --git a/xlators/features/quota/src/quota-enforcer-client.c b/xlators/features/quota/src/quota-enforcer-client.c index 49279449320..ff4d341cc96 100644 --- a/xlators/features/quota/src/quota-enforcer-client.c +++ b/xlators/features/quota/src/quota-enforcer-client.c @@ -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; -- cgit