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
UPSTREAM: 44798: Cinder: Automatically Generate Zone if Availability in Storage Class is not Configured
Backport of Kubernetes PR kubernetes#44798 (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.
:100644 100644 2f91722b65... d4a75b3a40... M pkg/cloudprovider/providers/openstack/openstack_test.go
:100644 100644 68e35d520f... cdd1c8d2f4... M pkg/cloudprovider/providers/openstack/openstack_volumes.go
:100644 100644 5939ba3a2e... 052c3e1e92... M pkg/cloudprovider/providers/rackspace/rackspace.go
:100644 100644 c9a7fc435b... eb5e1d20e2... M pkg/volume/cinder/BUILD
:100644 100644 d45b99784d... 956f7a1088... M pkg/volume/cinder/attacher_test.go
:100644 100644 047e735568... 06d4528434... M pkg/volume/cinder/cinder.go
:100644 100644 7b1735fa69... 66acbcd22e... M pkg/volume/cinder/cinder_test.go
:100644 100644 5b0402afd6... c0013e29e3... M pkg/volume/cinder/cinder_util.go
0 commit comments