[pve-devel] [PATCH V2 pve-cluster] add 'networks.cfg' to observed files

Alexandre Derumier aderumier at odiso.com
Wed Apr 3 15:45:07 CEST 2019


---
 data/PVE/Cluster.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
index 1d8ac85..05864da 100644
--- a/data/PVE/Cluster.pm
+++ b/data/PVE/Cluster.pm
@@ -90,6 +90,7 @@ my $observed = {
     'ha/fence.cfg' => 1,
     'status.cfg' => 1,
     'ceph.conf' => 1,
+    'networks.cfg' => 1,
 };
 
 # only write output if something fails
-- 
2.11.0




More information about the pve-devel mailing list