You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm facing an issue when trying to mount CephFS using Alluxio version 2.9.4 deployed on Kubernetes 1.28. The installation was done via the Alluxio Helm chart (integration/kubernetes/helm-chart/alluxio). When attempting to mount CephFS from the alluxio-master container using the following command, I receive the error "Unable to create an UnderFileSystem instance for path."
Steps to Reproduce:
Deployed Alluxio on Kubernetes using the Helm chart.
Using Alluxio version 2.9.4.
Executed the following mount command inside the alluxio-master container:
mount command: alluxio fs mount /mnt/cephfs cephfs://10.9.0.6:6789,10.9.0.7:6789,10.9.0.5:6789/ option MountContext{ProtoOptions=readOnly: false
properties {
key: "name"
value: "***"
}
properties {
key: "secret"
value: "***"
}
shared: false
commonOptions {
ttl: -1
ttlAction: FREE
}
}
Acquired mount ID for the new mount point: 470124985186816983
Unable to create an UnderFileSystem instance for path: cephfs://10.9.0.6:6789,10.9.0.7:6789,10.9.0.5:6789/
Expected Behavior:
I expected the CephFS to be successfully mounted on Alluxio without any errors, allowing me to access it as a mounted file system within the Alluxio environment.
Actual Behavior:
The mount command fails with the message: "Unable to create an UnderFileSystem instance for path: cephfs://10.9.0.6:6789,10.9.0.7:6789,10.9.0.5:6789/"
Environment:
Alluxio version: 2.9.4
Kubernetes version: 1.28
Installation method: Deployed via Helm chart (integration/kubernetes/helm-chart/alluxio)
Running in Alluxio master container
Additional Information:
I have confirmed that the CephFS cluster is reachable and that the CephFS credentials are correct.
Potential Fix:
Could you please investigate why the CephFS mount fails, and provide any guidance on configuration or possible fixes? Thank you!
The text was updated successfully, but these errors were encountered:
Description:
I'm facing an issue when trying to mount CephFS using Alluxio version 2.9.4 deployed on Kubernetes 1.28. The installation was done via the Alluxio Helm chart (
integration/kubernetes/helm-chart/alluxio
). When attempting to mount CephFS from thealluxio-master
container using the following command, I receive the error "Unable to create an UnderFileSystem instance for path."Steps to Reproduce:
alluxio-master
container:Expected Behavior:
I expected the CephFS to be successfully mounted on Alluxio without any errors, allowing me to access it as a mounted file system within the Alluxio environment.
Actual Behavior:
The mount command fails with the message: "Unable to create an UnderFileSystem instance for path: cephfs://10.9.0.6:6789,10.9.0.7:6789,10.9.0.5:6789/"
Environment:
integration/kubernetes/helm-chart/alluxio
)Additional Information:
Potential Fix:
Could you please investigate why the CephFS mount fails, and provide any guidance on configuration or possible fixes? Thank you!
The text was updated successfully, but these errors were encountered: