What is the role of open-behind? #2543
Unanswered
jifengzhou
asked this question in
Q&A
Replies: 1 comment 12 replies
-
When you have read workloads, to read a file you do open, read, both of which go over network. With open-behind on, only read will go over network. For write workloads opens are sent when write happens. There are more cases to handle unlink/rename etc I guess. But this is the gist. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After reading the open-behind xlator source code, I don’t understand which scenarios can be optimized after open-behind is turned on.
Hope someone can help explain, thanks
Beta Was this translation helpful? Give feedback.
All reactions