Skip to content

About --disable-writeback-cache options #1456

Closed Answered by vibhansa-msft
M-S4TO asked this question in Q&A
Discussion options

You must be logged in to vote

"write-back cache" is more inclined to kernel page caching behavior and has nothing to do with how Blobfuse upstream the data to storage container. You can use block-cache mode to upstream data to container as your write (there will be some buffering at client level and a periodic staging of the blocks). However, actual persistence will happen only when you close the file handle or fsync the data.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@M-S4TO
Comment options

Answer selected by M-S4TO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants