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

Add notifications of successfull operations #236

Closed
alexvanin opened this issue Mar 30, 2022 · 0 comments · Fixed by #237
Closed

Add notifications of successfull operations #236

alexvanin opened this issue Mar 30, 2022 · 0 comments · Fixed by #237
Assignees
Milestone

Comments

@alexvanin
Copy link
Contributor

Notary-disabled environment produces notifications to initiate voting mechanism. However there is (almost) no notification to notify about operation success. It can be very useful for awaiting operations (such as awaiting for new container to show up) and for monitoring the whole network.

I suggest to add such notifications. Some useful events:

  • container has been created
  • container has been deleted
  • container has changed eACL
  • storage node has been registered as network map candidate
  • storage node has changed its state

Notifications must be described in doc.go files.

This should be relevant after enabling notary. We can try to implement it already, but there might be some collision in notification names with notary-disabled notifications.

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

Successfully merging a pull request may close this issue.

2 participants