Skip to content

Commit

Permalink
Merge pull request rook#14106 from subhamkrai/fix-portable-mon-scaledwon
Browse files Browse the repository at this point in the history
mon: fix mon scaledown when mons are portable
  • Loading branch information
travisn authored Apr 25, 2024
2 parents 85b542f + d23a843 commit 539543e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/operator/ceph/cluster/mon/health.go
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ func (c *Cluster) determineExtraMonToRemove() string {
for _, mon := range mons {
if mon.NodeName == "" {
logger.Debugf("mon %q is not scheduled to a specific host", mon.DaemonName)
arbitraryMon = mon.DaemonName
continue
}
// Check if there are multiple mons on the node
Expand Down

0 comments on commit 539543e

Please sign in to comment.