save button in Vm edit is not working

Lipe123

Dabbler
Joined
Dec 14, 2022
Messages
13
I'm trying to change the amount of ram allocated to a VM and its not saving no matter what I try.
No matter what I change nothing saves, description field etc..

The vm is stopped.

Can anyone else please test and let me know if they see the same behavior?

I also looked up and found that it might be possible to edit vm settings in the terminal using virsh but that doesnt work either:
virsh list
error: failed to connect to the hypervisor
error: Failed to connect socket to '/var/run/libvirt/libvirt-sock': No such file or directory
 

chuck32

Guru
Joined
Jan 14, 2023
Messages
623
It is a know bug. The link also provides a workaround. Alternatively you can destroy the VM and recreate with new settings. Make sure to not destroy your zvol and reuse it for the new instance of the VM.
 

Lipe123

Dabbler
Joined
Dec 14, 2022
Messages
13
It is a know bug. The link also provides a workaround. Alternatively you can destroy the VM and recreate with new settings. Make sure to not destroy your zvol and reuse it for the new instance of the VM.
Thanks I just found that api workaround as well and busy working with it now. It does seem to be working :D!

Hope they get the actual gui figured out soon too.
 
Top