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

UPSTREAM: 44798: Cinder: Automatically Generate Zone if Availability in Storage Class is not Configured #14159

Commits on May 12, 2017

  1. UPSTREAM: 44798: Cinder: Automatically Generate Zone if Availability …

    …in Storage Class is not Configured
    
    Backport of Kubernetes PR #44798 (kubernetes/kubernetes#44798).
    
    In case the availability parameter is not configured in a cinder Storage Class the cinder volume is always provisioned in the nova availability zone. That is incorrect.
    
    Now, the cinder volume is provisioned in a zone that is generated by an algorithm from the set of zone available in the cluster.
    
    Positive side-effect: cinder volumes for individual pods in a StatefulSet are provisioned in unique zones. This increases the StatefulSet resilience.
    pospispa committed May 12, 2017
    Configuration menu
    Copy the full SHA
    879fc71 View commit details
    Browse the repository at this point in the history