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

Segmentation fault in oned service when configured to cache mode. #6302

Closed
3 tasks
alonbo2001 opened this issue Aug 18, 2023 · 1 comment
Closed
3 tasks

Comments

@alonbo2001
Copy link
Contributor

Description
After setting federation mode to be "CACHE" the XML RPC server crash on segmentation fault.

To Reproduce

  • Configure "CACHE" API server - in /etc/one/oned.conf set federation mode to "CACHE" and set DB and MASTER_ONED.
  • sudo systemctl start opennebula
  • send "one.zone.raftstatus" request to server.

Expected behavior
XML RPC server return valid response to one.zone.raftstatus

Details

  • Affected Component: API server (oned)
  • Hypervisor: KVM
  • Version: 6.4.0

Additional context
Program crash because bug in request.cc, I created PR that fix it: #6301

Progress Status

  • Code committed
  • Testing - QA
  • Documentation (Release notes - resolved issues, compatibility, known issues)
@rsmontero
Copy link
Member

Fix has been merged d74ace5

THANKS! 😄

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

2 participants