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

Use only mailbox events #175

Open
nirs opened this issue May 11, 2022 · 0 comments
Open

Use only mailbox events #175

nirs opened this issue May 11, 2022 · 0 comments
Labels
enhancement Enhancing the system by adding new feature or improving performance or reliability storage

Comments

@nirs
Copy link
Member

nirs commented May 11, 2022

If all hosts supports mailbox events, the SPM does not need to read the mailbox
every 2 seconds, minimizing I/O and CPU usage on the SPM host.

Hosts report new capability:

"mailbox_events": true

If all hosts report this capability, engine can configure the SPM to use only mailbox events.

Requires a change in vdsm and engine.

Plan:

  • Disable periodic checking of the mailbox
  • Measure I/O and CPU usage with and without mailbox checking on real server
  • Prioritize this issue base on the result.
@nirs nirs added enhancement Enhancing the system by adding new feature or improving performance or reliability storage labels May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancing the system by adding new feature or improving performance or reliability storage
Projects
None yet
Development

No branches or pull requests

1 participant