jeffk l33t
Joined: 13 Sep 2003 Posts: 671
|
Posted: Mon Jun 01, 2009 2:20 am Post subject: Why does emerging libvirt update config network.uuid? |
|
|
When emerging libvirt, the quem configuration file is updated: network.uuid:
Code: | --- /etc/libvirt/qemu/networks/default.xml 2009-05-21 11:44:44.860156000 -0400
+++ /etc/libvirt/qemu/networks/._cfg0000_default.xml 2009-05-31 22:20:59.563291000 -0400
@@ -1,6 +1,6 @@
<network>
<name>default</name>
- <uuid>0347abc9-48ae-4ec7-bddb-98ba970938bd</uuid>
+ <uuid>fba12494-8829-4872-9221-bf86e54db5d0</uuid>
<bridge name="virbr0" />
<forward/>
<ip address="192.168.122.1" netmask="255.255.255.0"> |
Is this config file churn necessary, or should I file a bug?
Thanks. |
|