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

Expose certain cli command using the proxy #744

Open
JeffreyDevloo opened this issue Jun 27, 2017 · 3 comments
Open

Expose certain cli command using the proxy #744

JeffreyDevloo opened this issue Jun 27, 2017 · 3 comments
Milestone

Comments

@JeffreyDevloo
Copy link

Feature description

Might be useful to offload certain commands to a proxy instead of having to fetch all the configuration files ourselves.

Requested commands (used frequently by the healthcheck)

  • asd-set
  • asd-delete
  • list-presets
  • deliver-messages
  • show-namespace
  • list-osds
  • list-ns-osds
  • get-disk-safety
  • get-maintenance-config
@wimpers wimpers added this to the Roadmap milestone Jun 28, 2017
@wimpers
Copy link

wimpers commented Jun 28, 2017

@JeffreyDevloo what is the benefit exactly? For the proxy you will also need to get a config, right?

@domsj
Copy link
Contributor

domsj commented Jun 28, 2017

There can be a benefit in connection churn. Not sure yet if that is best achieved by adding these commands to the proxy, or whether they should talk to a maintenance process.

@JeffreyDevloo
Copy link
Author

The benefit is not having to fetch a config file but just knowing where the proxy is listening. It could help diminish the amount of connections.

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

3 participants