Skip to content

Commit 100fb67

Browse files
authored
Merge pull request #1250 from liangxin1300/20230922_res_meta_crmsh45
[crmsh-4.5] Fix: constants: Add several resource meta attributes (bsc#1215319)
2 parents 7a06097 + f633a79 commit 100fb67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crmsh/constants.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,8 @@
212212
"migration-threshold", "priority", "multiple-active",
213213
"failure-timeout", "resource-stickiness", "target-role",
214214
"restart-type", "description", "remote-node", "requires",
215-
"provides", "remote-port", "remote-addr", "remote-connect-timeout"
215+
"provides", "remote-port", "remote-addr", "remote-connect-timeout",
216+
"critical", "allow-unhealthy-nodes", "container-attribute-target"
216217
)
217218
common_meta_attributes = ("priority", "target-role", "is-managed")
218219
group_meta_attributes = common_meta_attributes + ("container", )

0 commit comments

Comments
 (0)