openebs / mayastor

Dynamically provision Stateful Persistent Replicated Cluster-wide Fabric Volumes & Filesystems for Kubernetes that is provisioned from an optimized NVME SPDK backend data storage stack.
Apache License 2.0
755 stars 109 forks source link

Make a mayastor data-plane upgrade behaviour modular and testable #1674

Open niladrih opened 5 months ago

niladrih commented 5 months ago

Upgrade is closely tied to helm charts and semver intricacies. The data-plane upgrade section involves a very particular set of steps to maintain data consistency on the data-plane. This module must be testable without having to mock exact upgrades.

avishnu commented 1 month ago

Not an immediate priority at the moment.