-
Notifications
You must be signed in to change notification settings - Fork 213
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
error: library too old when mounting adls container #1359
Comments
Kindly check your package manager and upgrade the fuse library if possible. This warning and error is coming from underlying fuse driver itself. |
the latest in the package manager is 2.9.7-15.el8 Can you tell me which version supported? Thought 2.9.7 was ok. also tried uninstalling fuse-libs and just having only fuse3-libs installed but that gives the same result. Thanks |
On RHEL 8.6 you shall have Fuse 3.x version and not 2.9.7. |
It is working now. However it does still give the "library too old" message. Upgraded to RHEL 8.9. Thank you! Console messages with foreground and fuse-trace on: |
If things are working fine now and you do not see any upgrades available for your fuse3 driver then you can ignore the warning message for now and continue to use blobfuse. If you face any issue in any sort of operations than let me know. |
Which version of blobfuse was used?
2.2.1
Which OS distribution and version are you using?
RHEL 8.6
If relevant, please share your mount command.
What was the issue encountered?
fuse: warning: library too old, some operations may not not work
fuse: reading device: Invalid argument
Error: unable to start pipeline [failed to mount fuse]
Have you found a mitigation/solution?
no
Please share logs if available.
installed versions:
(cannot find later rpm for fuse-libs)
config.yaml:
foreground: true
allow-other: true
logging:
type: syslog
level: log_debug
components:
libfuse:
attribute-expiration-sec: 120
entry-expiration-sec: 120
negative-entry-expiration-sec: 240
file_cache:
path: /mnt/tempcache
timeout-sec: 120
max-size-mb: 4096
attr_cache:
timeout-sec: 7200
azstorage:
type: adls
account-name:
container:
mode: msi
sdk-trace: true
The text was updated successfully, but these errors were encountered: