Signed-off-by: Daniel Kral <d.k...@proxmox.com> --- src/PVE/Cluster.pm | 1 + src/pmxcfs/status.c | 1 + 2 files changed, 2 insertions(+)
diff --git a/src/PVE/Cluster.pm b/src/PVE/Cluster.pm index e0e3ee9..afbb36f 100644 --- a/src/PVE/Cluster.pm +++ b/src/PVE/Cluster.pm @@ -69,6 +69,7 @@ my $observed = { 'ha/crm_commands' => 1, 'ha/manager_status' => 1, 'ha/resources.cfg' => 1, + 'ha/rules.cfg' => 1, 'ha/groups.cfg' => 1, 'ha/fence.cfg' => 1, 'status.cfg' => 1, diff --git a/src/pmxcfs/status.c b/src/pmxcfs/status.c index ff5fcc4..cee0c57 100644 --- a/src/pmxcfs/status.c +++ b/src/pmxcfs/status.c @@ -97,6 +97,7 @@ static memdb_change_t memdb_change_array[] = { { .path = "ha/crm_commands" }, { .path = "ha/manager_status" }, { .path = "ha/resources.cfg" }, + { .path = "ha/rules.cfg" }, { .path = "ha/groups.cfg" }, { .path = "ha/fence.cfg" }, { .path = "status.cfg" }, -- 2.39.5 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel