On 6/17/19 11:26 AM, Alexandre Derumier wrote: > Signed-off-by: Alexandre Derumier <[email protected]> > --- > data/PVE/Cluster.pm | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm > index 18bd235..b53dcd7 100644 > --- a/data/PVE/Cluster.pm > +++ b/data/PVE/Cluster.pm > @@ -95,6 +95,8 @@ my $observed = { > 'ha/fence.cfg' => 1, > 'status.cfg' => 1, > 'ceph.conf' => 1, > + 'sdn.cfg' => 1, > + 'sdn.cfg.new' => 1,
FYI: if this really needs to be an observed file one also needs to add it to the respective hash in data/src/status.c (memdb_change_array) > }; > > # only write output if something fails > _______________________________________________ pve-devel mailing list [email protected] https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
