diff options
author | Anand Avati <avati@redhat.com> | 2013-01-21 16:37:43 -0800 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-02-06 13:16:08 -0800 |
commit | 45c04e107c365d29ca9872b5e2d12c932bf43a24 (patch) | |
tree | bfffde34cfedcbea5e170e59da67b7543dfadce1 /xlators/performance/Makefile.am | |
parent | c2953ea34c92f640cecf0f6575aa1acbdc5205b4 (diff) |
open-behind: translator to perform open calls in background
This is functionality peeled out of quick-read into a separate
translator.
Fops which modify the file (where it is required to perform the
operation on the true fd) will trigger and wait for the backend
open to succeed and use that fd.
Fops like fstat() readv() etc. will use anonymous FD (configurable)
when original fd is unopened at the backend.
Change-Id: Id9847fdbfdc82c1c8e956339156b6572539c1876
BUG: 846240
Signed-off-by: Anand Avati <avati@redhat.com>
Reviewed-on: http://review.gluster.org/4406
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Raghavendra Bhat <raghavendra@redhat.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'xlators/performance/Makefile.am')
-rw-r--r-- | xlators/performance/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/performance/Makefile.am b/xlators/performance/Makefile.am index eb94d8d6a1c..f99e11829db 100644 --- a/xlators/performance/Makefile.am +++ b/xlators/performance/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS = write-behind read-ahead io-threads io-cache symlink-cache quick-read md-cache +SUBDIRS = write-behind read-ahead io-threads io-cache symlink-cache quick-read md-cache open-behind CLEANFILES = |