From 90366748a44c853dbba02d6d2a8192643b711017 Mon Sep 17 00:00:00 2001 From: vmallika Date: Wed, 20 Jan 2016 15:51:41 +0530 Subject: quota: start aux mount from glusterd with inet address This is a backport of http://review.gluster.org/#/c/13255 With below patches, quota aux mount now uses unix domain socket to connect to glusterd http://review.gluster.org/#/c/12645/ http://review.gluster.org/#/c/12819/ When USS is enabled, snapd protocol client tries to connect to glusterd with inet and fails, because remote-host option by client process is set to UDS file This patch starts the aux client process from glusterd with inet address > Change-Id: I6967043bfd8824658ea39bfd2842591fcc3280fd > BUG: 1299497 > Signed-off-by: vmallika Change-Id: Ica512aaf5c2b25f86506bd1e0d7810a8ff1f7632 BUG: 1300243 Signed-off-by: vmallika Reviewed-on: http://review.gluster.org/13267 Smoke: Gluster Build System NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Reviewed-by: Atin Mukherjee --- cli/src/cli-cmd.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'cli/src/cli-cmd.h') diff --git a/cli/src/cli-cmd.h b/cli/src/cli-cmd.h index 2a4c711c7d4..d53ebf7dbae 100644 --- a/cli/src/cli-cmd.h +++ b/cli/src/cli-cmd.h @@ -121,7 +121,4 @@ int cli_cmd_sent_status_get (int *status); gf_boolean_t _limits_set_on_volume (char *volname, int type); -gf_boolean_t -_quota_aux_mount_online (char *volname); - #endif /* __CLI_CMD_H__ */ -- cgit