canonical/go-dqlite

Better support for cluster.yaml when running cluster recovery

cole-miller opened this issue · 0 comments

There are two sides to this:

  • ReconfigureMembershipExt should overwrite cluster.yaml if present.
  • There should be a more convenient/obvious/findable way to just overwrite cluster.yaml on the non-template nodes of the new member list. Right now this is spelled NewYamlNodeStore(path).Set(ctx, members), but there should be a better-named function.