Skip to content

Commit

Permalink
High: Handle new daemon names in CrmConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
krig committed May 2, 2019
1 parent be6c878 commit 7d9c25a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hawk/app/models/crm_config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ def mapping
[
"pengine",
"crmd",
"cib"
"cib",
"pacemaker-schedulerd",
"pacemaker-controld",
"pacemaker-based"
].each do |cmd|
[
"/usr/libexec/pacemaker/#{cmd}",
Expand Down

0 comments on commit 7d9c25a

Please sign in to comment.