From 1ffcb93727955c96dc5c39a9bfaa047ad1d83a73 Mon Sep 17 00:00:00 2001 From: Sachidananda Date: Mon, 28 Jun 2010 06:32:12 +0000 Subject: Add key/type pair to volume_options. Signed-off-by: Sachidananda Urs Signed-off-by: Anand V. Avati 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 --- transport/ib-verbs/src/ib-verbs.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/transport/ib-verbs/src/ib-verbs.c b/transport/ib-verbs/src/ib-verbs.c index 98d084d66..b97942293 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} } }; -- cgit