diff options
| author | vmallika <vmallika@redhat.com> | 2016-01-18 23:31:59 +0530 | 
|---|---|---|
| committer | Atin Mukherjee <amukherj@redhat.com> | 2016-01-22 03:25:48 -0800 | 
| commit | a593921aa0eada17637667938f432875b410139d (patch) | |
| tree | 1f327be07a4d5025e8eebaa6b844f8caaafe7dac /cli/src/cli.h | |
| parent | 16f6579cb3e1214b1386fb530b8e16c8cbfdef33 (diff) | |
quota: start aux mount from glusterd with inet address
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 <vmallika@redhat.com>
Reviewed-on: http://review.gluster.org/13255
Smoke: Gluster Build System <jenkins@build.gluster.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Reviewed-by: Raghavendra G <rgowdapp@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Diffstat (limited to 'cli/src/cli.h')
| -rw-r--r-- | cli/src/cli.h | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/src/cli.h b/cli/src/cli.h index 95593e6313f..999772d4bc4 100644 --- a/cli/src/cli.h +++ b/cli/src/cli.h @@ -66,11 +66,6 @@ typedef enum {          snprintf (abspath, sizeof (abspath)-1,                          \                    DEFAULT_VAR_RUN_DIRECTORY"/%s%s", volname, path); -#define GLUSTERFS_GET_AUX_MOUNT_PIDFILE(pidfile,volname) {               \ -                snprintf (pidfile, PATH_MAX-1,                             \ -                          DEFAULT_VAR_RUN_DIRECTORY"/%s.pid", volname);  \ -        } -  struct cli_state;  struct cli_cmd_word;  struct cli_cmd_tree;  | 
