Skip to content

Commit

Permalink
Merge pull request #210 from MalloZup/fix-bsc116381
Browse files Browse the repository at this point in the history
SLE12: Fix bsc#1163381
  • Loading branch information
MalloZup authored Jul 30, 2020
2 parents fadd1ef + 1c81761 commit ca1d555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawk/app/models/cib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,7 @@ def initialize(id, user, use_file = false, stonithwarning = false)
end

# check for guest nodes
if state == :master || state == :started
if lrm_resource.attributes['container'].nil? && (state == :master || state == :started)
on_node = op.attributes['on_node']
@nodes.select { |n| n[:uname] == rsc_id }.each do |guest|
guest[:host] = node[:uname]
Expand Down

0 comments on commit ca1d555

Please sign in to comment.