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

Scheduled Action 'backup' might block other Scheduled Actions #6550

Closed
2 of 3 tasks
paczerny opened this issue Apr 2, 2024 · 0 comments · Fixed by OpenNebula/docs#2887
Closed
2 of 3 tasks

Scheduled Action 'backup' might block other Scheduled Actions #6550

paczerny opened this issue Apr 2, 2024 · 0 comments · Fixed by OpenNebula/docs#2887

Comments

@paczerny
Copy link
Member

paczerny commented Apr 2, 2024

/!\ To report a security issue please follow this procedure:
[https://github.com/OpenNebula/one/wiki/Vulnerability-Management-Process]

Description
There is a bug in Scheduled Action Manager: first backup action terminates the cycle, no more Scheduled Action (SA) are executed.

In normal state, this is not a big issue, as the other SA will be executed in next SA Manager cycle. But it might be an issue if:

  • the system reaches the max number of backups and there are lot of backups waiting for execution
  • frozen backups, which exhaust backup limit

To Reproduce

Expected behavior

Details

  • Affected Component: oned
  • Hypervisor: --
  • Version: 6.8+

Additional context

Progress Status

  • Code committed
  • Testing - QA
  • Documentation (Release notes - resolved issues, compatibility, known issues)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment