OpenNebula / one

The open source Cloud & Edge Computing Platform bringing real freedom to your Enterprise Cloud 🚀
http://opennebula.io
Apache License 2.0
1.23k stars 478 forks source link

Add disk-snapshot-list command to onevm CLI #6624

Closed mkutouski closed 1 week ago

mkutouski commented 3 months ago

Description Add disk-snapshot-list command to onevm CLI:

onevm disk-snapshot-list <vm_id> <disk_id>

Use case It would be handy to have a possibility to list VM disk snapshots e.g. before deleting one of them.

Interface Changes It seems no changes in the interfaces are required to implement that.

Progress Status