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

Deleting VM disk snapshot may result in broken CLI output #6388

Closed
3 tasks
paczerny opened this issue Nov 8, 2023 · 0 comments · Fixed by OpenNebula/docs#2757
Closed
3 tasks

Deleting VM disk snapshot may result in broken CLI output #6388

paczerny opened this issue Nov 8, 2023 · 0 comments · Fixed by OpenNebula/docs#2757

Comments

@paczerny
Copy link
Member

paczerny commented Nov 8, 2023

To Reproduce
Create a VM with disk

$ onevm disk-snapshot-create <vm-id> <disk-id> snapshot1

$ onevm disk-snapshot-delete <vm-id> <disk-id> snapshot1

# Now the VM doesn't have any disk snapshots

$ onevm show <vm-id>
VIRTUAL MACHINE 1 INFORMATION                                                   
.
.
.
VM DISK SNAPSHOTS                                                               
undefined method `merge' for nil:NilClass

Details

  • Affected Component: CLI
  • Version: 6.8+

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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant