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

Admin interface on ZOS #2488

Open
7 tasks done
rawdaGastan opened this issue Nov 14, 2024 · 3 comments
Open
7 tasks done

Admin interface on ZOS #2488

rawdaGastan opened this issue Nov 14, 2024 · 3 comments
Assignees
Labels
type_feature New feature or request
Milestone

Comments

@rawdaGastan
Copy link
Contributor

rawdaGastan commented Nov 14, 2024

Related to

Should allow

  • rebooting the node
  • restart specific zinit service
  • restart all zinit services
  • stopping specific workload
  • show logs of X lines of zinit service
  • show /etc/resolve
  • show open connections with rpc
@rawdaGastan rawdaGastan added this to the 3.13 milestone Nov 14, 2024
@rawdaGastan rawdaGastan added the type_feature New feature or request label Nov 14, 2024
@Eslam-Nawara
Copy link
Contributor

I discussed with sameh the possibility of querying the open connections to the rpc nodes and it won't be straight forward as more than one service can be running on the same machine with the same ip so instead we can try to list all the open connections and we can use this info to identify what nodes create more connections than they should.

@Eslam-Nawara
Copy link
Contributor

WIP

  • added all requested endpoints
  • added example to all endpoints to node client
  • added docs of all endpoints to the api manual

@Eslam-Nawara
Copy link
Contributor

WIP
Tried testing the pr, but had a problem testing both restart and restart_all endpoints as the nodes are currently running zinit v0.2.11 and the restart feature of zinit is added in v0.2.13 so was trying to update zinit version and building a local zos image to test it before updating zinit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants