Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Burlakov committed Apr 30, 2024
1 parent 0278593 commit bff161b
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions hawk/app/models/tableless.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,21 @@ def current_cib
default: "true",
longdesc: _("Is the cluster allowed to start and stop the resource?")
},
"maintenancee" => {
type: "boolean",
default: "false",
longdesc: _("Resources in maintenancee mode are not monitored by the cluster.")
},
"maintenance" => {
type: "boolean",
default: "false",
longdesc: _("Resources in maintenance mode are not monitored by the cluster.")
},
"migration-threshold" => {
type: "integer",
default: "0",
longdesc: _("How many failures may occur for this resource on a node, before this node is marked ineligible to host this resource. A value of 0 indicates that this feature is disabled.")
},
#"migration-threshold" => {
# type: "integer",
# default: "0",
# longdesc: _("How many failures may occur for this resource on a node, before this node is marked ineligible to host this resource. A value of 0 indicates that this feature is disabled.")
#},
"priority" => {
type: "integer",
default: "0",
Expand Down

0 comments on commit bff161b

Please sign in to comment.