Skip to content

Commit a74a562

Browse files
authored
Update driver-parameters.md
1 parent 42d45f9 commit a74a562

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/driver-parameters.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,7 @@ kubectl create secret generic azure-secret --from-literal azurestoragespnclients
161161
- By default, the blobfuse cache is located in the `/mnt` directory. If the VM SKU provides a temporary disk, the `/mnt` directory is mounted on the temporary disk. However, if the VM SKU does not provide a temporary disk, the `/mnt` directory is mounted on the OS disk.
162162
- with blobfuse-proxy deployment (default on AKS), user could set `--tmp-path=` mount option to specify a different cache directory
163163
- [Mount Azure blob storage with managed identity](../deploy/example/blobfuse-mi)
164-
- [Blobfuse Performance and caching](https://github.com/Azure/azure-storage-fuse/tree/blobfuse-1.4.5#performance-and-caching)
165-
- `--disable-writeback-cache=true`: disallow libfuse to buffer write requests if you must strictly open files in O_WRONLY or O_APPEND mode
164+
- [Blobfuse Performance and caching](https://github.com/Azure/azure-storage-fuse?tab=readme-ov-file#frequently-asked-questions)
166165
- [Blobfuse CLI Flag Options v1 & v2](https://github.com/Azure/azure-storage-fuse/blob/main/MIGRATION.md#blobfuse-cli-flag-options)
167166

168167
#### `containerName` parameter supports following pv/pvc metadata conversion

0 commit comments

Comments
 (0)