Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cluster: make the cluster config "configurable" #2

Closed
sgotti opened this issue Oct 12, 2015 · 3 comments
Closed

cluster: make the cluster config "configurable" #2

sgotti opened this issue Oct 12, 2015 · 3 comments
Milestone

Comments

@sgotti
Copy link
Member

sgotti commented Oct 12, 2015

Now the clusterconfig is fixed to its hardcoded default. To make it consistend above all the members of the cluster (keepers, sentinels, proxies) it should be defined in an etcd key.

If updated all the cluster members should reconfigure themself to use the new values.

@jberkus
Copy link

jberkus commented Oct 21, 2015

As far as I can tell, there's no cluster configuration at all possible? I don't see a config file, or any documentation for one.

@sgotti
Copy link
Member Author

sgotti commented Oct 21, 2015

@jberkus Yeah sorry. It's not there but we are working hard on it. Actually the temporary hack is to write directly to etcd (see for example https://github.com/sorintlab/stolon/blob/master/doc/syncrepl.md) but in the next days we'll remove it and merge a stolonctl to control it and other things (#28) so I'll suggest to wait since this will be a breaking change on the cluster data format.

@sgotti sgotti added this to the v0.2.0 milestone Oct 22, 2015
@sgotti
Copy link
Member Author

sgotti commented Oct 23, 2015

An initial implementation of stolonctl and related documentation (#28) with ability to manage cluster config has been merged (#63)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants