Skip to content

Commit e77c258

Browse files
committed
Update HAClusterValidator to include specific resource categories for SBD and Azure fence agents
1 parent 75c8617 commit e77c258

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/modules/get_pcmk_properties_scs.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,8 @@ class HAClusterValidator(SapAutomationQA):
178178
CONSTRAINTS_CATEGORIES = (".//*", "CONSTRAINTS_DEFAULTS")
179179

180180
RESOURCE_CATEGORIES = {
181-
"stonith": ".//primitive[@class='stonith']",
181+
"sbd_stonith": ".//primitive[@type='external/sbd']",
182+
"fence_agent": ".//primitive[@type='fence_azure_arm']",
182183
"ipaddr": ".//primitive[@type='IPaddr2']",
183184
"azurelb": ".//primitive[@type='azure-lb']",
184185
"azureevents": ".//primitive[@type='azure-events-az']",

0 commit comments

Comments
 (0)