We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The VirtualDomain save_config_on_stop option allows us to save the modification done on libvirt configuration when stopping.
This doesn't work on SEAPATH because configurations are stored in Ceph RBD metadata.
We need to update vm_manager to support it.
As an alternative, we can modify the save_condig function on VirtualDomain.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The VirtualDomain save_config_on_stop option allows us to save the modification done on libvirt configuration when stopping.
This doesn't work on SEAPATH because configurations are stored in Ceph RBD metadata.
We need to update vm_manager to support it.
As an alternative, we can modify the save_condig function on VirtualDomain.
The text was updated successfully, but these errors were encountered: