diff options
author | Anand Avati <avati@gluster.com> | 2011-09-30 13:29:18 +0530 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-07-14 18:09:07 -0700 |
commit | fb8efa4c6ab4bc1af49d05b0bc6b16eb188ea3b1 (patch) | |
tree | 1f9e0576e735745d8ddb215fa8b53b9831c992f6 /xlators/mgmt | |
parent | ab44480749a289aaaf78dad4123ef16d1872ea1b (diff) |
storage/posix: implement native linux AIO support
Configurable via cli with "storage.linux-aio" settable option
Change-Id: I9929e0d6fc1bbc2a0fe1fb67bfc8d15d8a483d3f
BUG: 837495
Signed-off-by: Anand Avati <avati@redhat.com>
Reviewed-on: http://review.gluster.com/3627
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Diffstat (limited to 'xlators/mgmt')
-rw-r--r-- | xlators/mgmt/glusterd/src/glusterd-volgen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-volgen.c b/xlators/mgmt/glusterd/src/glusterd-volgen.c index 1e22560aaed..ff35b8b085e 100644 --- a/xlators/mgmt/glusterd/src/glusterd-volgen.c +++ b/xlators/mgmt/glusterd/src/glusterd-volgen.c @@ -237,6 +237,7 @@ static struct volopt_map_entry glusterd_volopt_map[] = { {"features.grace-timeout", "protocol/server", "grace-timeout", NULL, DOC, 0}, {"features.read-only", "features/read-only", "!read-only", "off", DOC, 0}, {"features.worm", "features/worm", "!worm", "off", DOC, 0}, + {"storage.linux-aio", "storage/posix", NULL, NULL, DOC, 0}, {NULL, } }; |