cfs: add 'ha/rules.cfg' to observed files
Signed-off-by: Daniel Kral <d.kral@proxmox.com> Link: https://lore.proxmox.com/20250704181659.465441-2-d.kral@proxmox.com
This commit is contained in:
parent
74f7616d07
commit
5a56ee15dc
2 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue