diff options
| author | Sachidananda <sac@gluster.com> | 2010-06-28 06:32:12 +0000 | 
|---|---|---|
| committer | Anand V. Avati <avati@dev.gluster.com> | 2010-07-08 22:42:51 -0700 | 
| commit | 1ffcb93727955c96dc5c39a9bfaa047ad1d83a73 (patch) | |
| tree | 6a10751e0f69d714092ba3d1a595677a28fb8a6b | |
| parent | 002d35bfb11f134749d456ed452d13e795bbc9da (diff) | |
Add key/type pair to volume_options.
Signed-off-by: Sachidananda Urs <sac@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 818 (transport.socket.lowlat option is not given  as can be seen from the vol-file still the warning shows up in the logs)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=818
| -rw-r--r-- | transport/ib-verbs/src/ib-verbs.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/transport/ib-verbs/src/ib-verbs.c b/transport/ib-verbs/src/ib-verbs.c index 98d084d6621..b97942293c0 100644 --- a/transport/ib-verbs/src/ib-verbs.c +++ b/transport/ib-verbs/src/ib-verbs.c @@ -2466,5 +2466,8 @@ struct volume_options options[] = {                      "unix", "inet-sdp" },            .type  = GF_OPTION_TYPE_STR           }, +        { .key   = {"transport.socket.lowlat"}, +          .type  = GF_OPTION_TYPE_BOOL +        },          { .key = {NULL} }  };  | 
