]> git.proxmox.com Git - pve-cluster.git/commitdiff
add sdn vnets/zones/controllers.cfg
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 26 Nov 2019 13:42:52 +0000 (14:42 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Nov 2019 14:05:07 +0000 (15:05 +0100)
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
data/PVE/Cluster.pm
data/src/status.c

index 20571625104f04fb4751771efa2eec6263994602..c1d8b0922a7d136b191ae055a48ed92c2e8b158a 100644 (file)
@@ -63,8 +63,13 @@ my $observed = {
     'ha/fence.cfg' => 1,
     'status.cfg' => 1,
     'ceph.conf' => 1,
-    'sdn.cfg' => 1,
-    'sdn.cfg.new' => 1,
+    'sdn/vnets.cfg' => 1,
+    'sdn/vnets.cfg.new' => 1,
+    'sdn/zones.cfg' => 1,
+    'sdn/zones.cfg.new' => 1,
+    'sdn/controllers.cfg' => 1,
+    'sdn/controllers.cfg.new' => 1,
+
 };
 
 sub base_dir {
index 62eaa76c4d08a2f919aec03c780b122da455704a..491082c8763f5e5bcd45a798bf74d416ed4510c6 100644 (file)
@@ -94,8 +94,12 @@ static memdb_change_t memdb_change_array[] = {
        { .path = "status.cfg" },
        { .path = "replication.cfg" },
        { .path = "ceph.conf" },
-       { .path = "sdn.cfg" },
-       { .path = "sdn.cfg.new" },
+       { .path = "sdn/vnets.cfg" },
+       { .path = "sdn/vnets.cfg.new" },
+       { .path = "sdn/zones.cfg" },
+       { .path = "sdn/zones.cfg.new" },
+       { .path = "sdn/controllers.cfg" },
+       { .path = "sdn/controllers.cfg.new" },
 };
 
 static GMutex mutex;