niladrih / mayastor-control-plane

Control plane for OpenEBS Mayastor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mayastor Control Plane "2.0"

CI-basic Slack built with nix

Links

⚠️ Breaking Changes

On develop, there are breaking changes to the etcd key space which is used by the control-plane components and the io-engine to retain information about replicas which contain the correct volume data. An upgrade strategy is yet to be devised, but you may try these steps at your own risk:

  1. Stop the mayastor-control-plane components.
  2. When the pool operator is no longer running, remove the finalizers and delete all MayastorPool CR's
  3. Enable compatibility mode with the mayastor data replica information
    $> ETCDCTL_API=3 etcdctl put "/openebs.io/mayastor/apis/v0/clusters/$KUBE_SYSTEM_UID/namespaces/$NAMESPACE/CoreRegistryConfig/db98f8bb-4afc-45d0-85b9-24c99cc443f2"
    '{"id":"db98f8bb-4afc-45d0-85b9-24c99cc443f2","registration":"Automatic", "mayastor_compat_v1": true}'
  4. Move etcd data from /namespace/$NAMESPACE/control-plane/ to /openebs.io/mayastor/apis/v0/clusters/$KUBE_SYSTEM_UID/namespaces/$NAMESPACE/
  5. Install the new version of mayastor-io-engine and mayastor-control-plane from mayastor-extensions
  6. Recreate the MayastorPools with the new CRD type DiskPool

License

Mayastor is developed under Apache 2.0 license at the project level. Some components of the project are derived from other open source projects and are distributed under their respective licenses.

Contributions

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Mayastor by you, as defined in the Apache-2.0 license, licensed as above, without any additional terms or conditions.

About

Control plane for OpenEBS Mayastor

License:Apache License 2.0


Languages

Language:Rust 79.3%Language:Python 9.0%Language:HTML 5.6%Language:HCL 2.3%Language:Gherkin 1.4%Language:Shell 1.4%Language:Nix 0.9%Language:JavaScript 0.0%