We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2481c commit 70115faCopy full SHA for 70115fa
1 file changed
articles/storage/blobs/blobfuse2-configure.md
@@ -98,8 +98,8 @@ You can override settings that you define in the configuration file by using env
98
99
- To disable only kernel cache but keep BlobFuse cache (data and metadata), set `disable-kernel-cache: true` in common configurations.
100
101
- - Don't use both `direct-io: true` and `disable-kernel-cache: true` together.
102
-
+ - When both `direct-io: true` and `disable-kernel-cache: true` are set together, `direct-io: true` takes precedence.
+
103
- To control metadata caching at the BlobFuse level, set `attr-cache-timeout`.
104
105
- To control data caching at the BlobFuse level, set `file-cache-timeout`.
0 commit comments