OpenNebula / one

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

Allow taking snapshots of powered-off VMs for vCenter #5304

Open OpenNebulaSupport opened 3 years ago

OpenNebulaSupport commented 3 years ago

Description Currently OpenNebula does not allow taking a snapshot of a powered-off VM:

$ onevm snapshot-create 58
[one.vm.snapshotcreate] Could not create a new snapshot for VM 58, wrong state POWEROFF.

This is not actually a vCenter restriction, so OpenNebula should allow it.

Use case Allow VM snapshots when a VM is powered-off for vCenter

Interface Changes Core and Sunstone

Additional Context After implemented remove restriction from documentation.

Progress Status

christian7007 commented 2 years ago

Related https://github.com/OpenNebula/one/issues/1205#issuecomment-345666285