diff options
author | Anand Avati <avati@gluster.com> | 2011-08-19 14:56:13 +0530 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-08-19 03:06:19 -0700 |
commit | dd2c197c1d5d5942a65c860997ec1d5793ef249f (patch) | |
tree | b64d3d9af03c042f2da4a9f7cb349d5a0f8bb508 /xlators/protocol/client | |
parent | 0143a2ef653d0f7a337c8220f127655dadbca942 (diff) |
option validation: further fixes
fixes in option handling changes
Change-Id: I0a44cdb088e3f08cd43d583a580736d0903fa88c
BUG: 3415
Reviewed-on: http://review.gluster.com/261
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@gluster.com>
Diffstat (limited to 'xlators/protocol/client')
-rw-r--r-- | xlators/protocol/client/src/client.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xlators/protocol/client/src/client.c b/xlators/protocol/client/src/client.c index 355b0d16043..c0d52488a9c 100644 --- a/xlators/protocol/client/src/client.c +++ b/xlators/protocol/client/src/client.c @@ -2365,6 +2365,9 @@ struct volume_options options[] = { { .key = {"remote-host"}, .type = GF_OPTION_TYPE_INTERNET_ADDRESS }, + { .key = {"remote-port"}, + .type = GF_OPTION_TYPE_INT, + }, { .key = {"remote-subvolume"}, .type = GF_OPTION_TYPE_ANY }, |