Skip to content

Commit

Permalink
Merge pull request #14132 from rook/mergify/bp/release-1.14/pr-14106
Browse files Browse the repository at this point in the history
mon: fix mon scaledown when mons are portable (backport #14106)
  • Loading branch information
mergify[bot] committed Apr 29, 2024
2 parents 4564f9b + 3af9523 commit f7127c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/operator/ceph/cluster/mon/health.go
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 f7127c8

Please sign in to comment.