Re: virsh undefine --nvram

2024-03-06 Thread Richard W.M. Jones
vram > > > (/domain/os/nvram/) file. > > > > However on my Fedora 39 system with libvirt 9.7.0, using "virsh > > undefine --nvram" option appears to leave the NVRAM backing file: > > > > cel@boudin:~$ ls ~/.config/libvirt/qemu/nvram >

Re: virsh undefine --nvram

2024-03-06 Thread Daniel P . Berrangé
vram > > > (/domain/os/nvram/) file. > > > > However on my Fedora 39 system with libvirt 9.7.0, using "virsh > > undefine --nvram" option appears to leave the NVRAM backing file: > > > > cel@boudin:~$ ls ~/.config/libvirt/qemu/nvram >

Re: virsh undefine --nvram

2024-03-06 Thread Andrea Bolognani
On Tue, Mar 05, 2024 at 04:08:20PM -0500, Chuck Lever wrote: > Hello - > > The virsh(1) man page says: > > > --nvram and --keep-nvram specify accordingly to delete or keep nvram > > (/domain/os/nvram/) file. > > However on my Fedora 39 system with libvirt 9.7.0, u

virsh undefine --nvram

2024-03-05 Thread Chuck Lever
Hello - The virsh(1) man page says: > --nvram and --keep-nvram specify accordingly to delete or keep nvram > (/domain/os/nvram/) file. However on my Fedora 39 system with libvirt 9.7.0, using "virsh undefine --nvram" option appears to leave the NVRAM backing file: cel@boudin