]> git.proxmox.com Git - pve-cluster.git/commitdiff
sdn: remove .new files
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 13 Apr 2020 06:12:56 +0000 (08:12 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 2 May 2020 17:13:08 +0000 (19:13 +0200)
data/PVE/Cluster.pm
data/src/status.c

index e73f3aa221c5994a2a586d1857f33d938975a988..537921db2983070290ddb8f8f342cee8f5483871 100644 (file)
@@ -67,11 +67,8 @@ my $observed = {
     'status.cfg' => 1,
     'ceph.conf' => 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,
     'virtual-guest/cpu-models.conf' => 1,
 };
 
index 082053340869ce3d7fd4a799453b8abf465d9636..aa25c84936cef18c94cd63eae86cf51e519a7a6d 100644 (file)
@@ -97,11 +97,8 @@ static memdb_change_t memdb_change_array[] = {
        { .path = "replication.cfg" },
        { .path = "ceph.conf" },
        { .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" },
        { .path = "virtual-guest/cpu-models.conf" },
 };