Skip to content

Updated GlusterFS to 4.0 in Hypercube image #1

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mweichert
Copy link
Member

Updated Dockerfile to install the latest stable release of GlusterFS, 4.0. This fixes a problem when mounting Gluster volumes created on a GlusterFS 4.0 server. See kubernetes#65093

What this PR does / why we need it:

The current image uses Cluster 3.7.6, 5 minor versions behind, and 1 one major release behind (and countless patch versions). If someone tries to mount a Gluster volume from a server that is using GlusterFS 3.9+, the volume will fail to mount with the following error:

Server is operating at an op-version which is not supported

Sysadmins are using Gluster 4.0 because of the many performance improvements over 3.7.6, and added integrity features such as bitrot scrubbing. Not to mention, Gluster 4.0 includes a REST API that is meant to assist with dynamic provisioning for platforms like Kubernetes.

Which issue(s) this PR fixes :
Fixes kubernetes#65093

Special notes for your reviewer:
We've tested these changes and are running it in production currently.

Release note:

hypercube: updated GlusterFS client to version 4.0.

Michael Weichert and others added 2 commits June 14, 2018 10:05
Updated Dockerfile to install the latest stable release of GlusterFS, 4.0. This fixes a problem when mounting Gluster volumes created on a GlusterFS 4.0 server. See kubernetes#65093
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade GlusterFS client to 4.0 in hypercube
1 participant