Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filecache path doesn't support nested directories #1187

Closed
pulquero opened this issue Jun 28, 2023 · 0 comments · Fixed by #1188
Closed

filecache path doesn't support nested directories #1187

pulquero opened this issue Jun 28, 2023 · 0 comments · Fixed by #1188
Assignees
Labels
Milestone

Comments

@pulquero
Copy link

Which version of blobfuse was used?

2.0.3

Which OS distribution and version are you using?

AKS

If relevant, please share your mount command.

Managed CSI blob driver.

What was the issue encountered?

Out of the blue, started encountering this error:
[file_cache.go (245)]: FileCache: config error creating directory after clean [mkdir /mnt//subscriptions/XXXXXX/resourceGroups/XXXXX/providers/Microsoft.Storage/storageAccounts/XXXXX no such file or directory]

The command needs to use mkdir -p (os.MkdirAll). As this is a managed driver, we have no apparent access to the config to alter the file path.

Have you found a mitigation/solution?

Logging into a node and manually creating the required path results in a successful mount. This is not a feasible workaround as our nodes scale up and down.

Please share logs if available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants