]> git.proxmox.com Git - pve-cluster.git/commitdiff
add 'sdn.cfg' && 'sdn.cfg.new' to observed files
authorAlexandre Derumier <aderumier@odiso.com>
Wed, 19 Jun 2019 16:01:23 +0000 (18:01 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 Jun 2019 13:14:51 +0000 (15:14 +0200)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
data/PVE/Cluster.pm
data/src/status.c

index 18bd235df0e74c010213ae4f64167727bb18d955..b53dcd726f9d42cd8e94c59fb584818e79c94ad7 100644 (file)
@@ -95,6 +95,8 @@ my $observed = {
     'ha/fence.cfg' => 1,
     'status.cfg' => 1,
     'ceph.conf' => 1,
+    'sdn.cfg' => 1,
+    'sdn.cfg.new' => 1,
 };
 
 # only write output if something fails
index b197e615028a4a681411bf7ac7a6c0fdc7c93439..d9650bd5379e3cee9e65394fad0e6884a47f82a9 100644 (file)
@@ -94,6 +94,8 @@ static memdb_change_t memdb_change_array[] = {
        { .path = "status.cfg" },
        { .path = "replication.cfg" },
        { .path = "ceph.conf" },
+       { .path = "sdn.cfg" },
+       { .path = "sdn.cfg.new" },
 };
 
 static GMutex mutex;