Orange-OpenSource / casskop

This Kubernetes operator automates the Cassandra operations such as deploying a new rack aware cluster, adding/removing nodes, configuring the C* and JVM parameters, upgrading JVM and C* versions, and many more...
https://orange-opensource.github.io/casskop/
Apache License 2.0
183 stars 54 forks source link

Do not mount multiple times the same path #359

Closed cscetbon closed 3 years ago

cscetbon commented 3 years ago
Q A
Bug fix? [X]
License Apache 2.0

What's in this PR?

Ensure that a storage configuration is added for an existing volumes used in Cassandra, it gets replaced by the new configuration.

abbeny commented 3 years ago

LGTM ! Thanks