Re: [libvirt] [PATCH 4/4] nwfilter: Save config to disk if we generated a UUID

2016-04-29 Thread John Ferlan
On 04/24/2016 07:22 PM, Cole Robinson wrote: > libvirt-daemon-config-nwfilter will put a bunch of xml configs > into /etc/libvirt/nwfilter. These configs don't hardcode a UUID > and depends on libvirt to generate one. However the generated UUID > is never saved to disk, unless the user manually

[libvirt] [PATCH 4/4] nwfilter: Save config to disk if we generated a UUID

2016-04-24 Thread Cole Robinson
libvirt-daemon-config-nwfilter will put a bunch of xml configs into /etc/libvirt/nwfilter. These configs don't hardcode a UUID and depends on libvirt to generate one. However the generated UUID is never saved to disk, unless the user manually calls Define. This makes daemon reload quite noisy