You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature request aims to enable the "Create Snapshot" functionality for VMs managed by the KubeVirt provider under OpenShift in ManageIQ. Snapshots allow users to save the state of a VM at a particular moment, providing a way to restore the VM to that state if needed.
Currently, the snapshot creation feature is not supported for KubeVirt VMs in OpenShift. Implementing this functionality will enhance ManageIQ's capabilities for managing VMs and align it with the existing feature set offered by other supported providers.
I am working on adding the "Create Snapshot" feature and have added supports :snapshot_create in /opt/manageiq/manageiq-gemset/bundler/gems/manageiq-providers-kubevirt-2d7aba4cd0bb/app/models/manageiq/providers/kubevirt/infra_manager/vm.rb
However, I encountered an error related to DDF. Please guide me on how to implement this feature with the appropriate backend code.
Thank You!
The text was updated successfully, but these errors were encountered:
I added that params_for_create_snapshot method @agrare and now got this
I checked the raw_create_snapshot in openstack provider snapshot.rb file, and also referred kubevirt API docs to create a snapshot. Give your suggestions for that raw_create_snapshot method to create a snapshot. Thank you
This feature request aims to enable the "Create Snapshot" functionality for VMs managed by the KubeVirt provider under OpenShift in ManageIQ. Snapshots allow users to save the state of a VM at a particular moment, providing a way to restore the VM to that state if needed.
Currently, the snapshot creation feature is not supported for KubeVirt VMs in OpenShift. Implementing this functionality will enhance ManageIQ's capabilities for managing VMs and align it with the existing feature set offered by other supported providers.
I am working on adding the "Create Snapshot" feature and have added
supports :snapshot_create
in/opt/manageiq/manageiq-gemset/bundler/gems/manageiq-providers-kubevirt-2d7aba4cd0bb/app/models/manageiq/providers/kubevirt/infra_manager/vm.rb
However, I encountered an error related to DDF. Please guide me on how to implement this feature with the appropriate backend code.
Thank You!
The text was updated successfully, but these errors were encountered: