-
Notifications
You must be signed in to change notification settings - Fork 554
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 95 Operation not supported when mounting pvcs #344
Comments
@hyperbolic2346 You are hitting [1] - the initial Nautilus release of librbd fails to open images stored on a Luminous release cluster. |
@hyperbolic2346 I'm not truly involved in the CSI workload, so I couldn't say. The 14.2.1 release is out so a new re-build of the container should hopefully pick up the fixed packages. |
@dillaman The latest builds of 1.0 uses mimic afaict as well as from the Makefile and the docker file in @hyperbolic2346 we started building using nautilus versions very recently, looks like we need some updates to the 1.0 branch to get this to use the same Ceph images as cephcsi build uses. |
The package manifest shows that 14.2.0 of librbd1 is installed [1] |
Right, the line that calls out mimic as no meaning in the dockerfile,
The line above that actually installs the latest `centos-release-ceph' and moves on from there. Thanks for catching the package manifest @dillaman . The latest in CentOS storage is still 14.2.0. @hyperbolic2346 we either need to fix the DockerFile to use what cephcsi uses or wait for CentOS storage SIG to update to the latest (I assume from a future proofing perspective the former is better). Let me start fixing that. |
plugin images were using centos 7 images as the base image. This is now moved to the ceph container image that supports required content since 14.2 version. Fixes ceph#344 Signed-off-by: ShyamsundarR <srangana@redhat.com>
plugin images were using centos 7 images as the base image. This is now moved to the ceph container image that supports required content since 14.2 version. Fixes ceph#344 Signed-off-by: ShyamsundarR <srangana@redhat.com>
plugin images were using centos 7 images as the base image. This is now moved to the ceph container image that supports required content since 14.2 version. Fixes ceph#344 Signed-off-by: ShyamsundarR <srangana@redhat.com>
plugin images were using centos 7 images as the base image. This is now moved to the ceph container image that supports required content since 14.2 version. Fixes #344 Signed-off-by: ShyamsundarR <srangana@redhat.com>
@hyperbolic2346 this issue is Fixed in #346. |
Yep, I am closing this issue for now, please feel free to reopen @hyperbolic2346 and thanks for reporting it!! |
Yes, this is fixed for me now. Thank you all for your help. |
Syncing latest changes from devel for ceph-csi
I'm running a test that worked a few weeks ago and is now failing with error 95. I have Kuberentes 1.14.1 running in AWS.
The text was updated successfully, but these errors were encountered: