Skip to content

Commit

Permalink
Merge pull request #9206 from rook/mergify/bp/release-1.7/pr-9203
Browse files Browse the repository at this point in the history
mon: set cluster name to mon cluster (backport #9203)
  • Loading branch information
mergify[bot] committed Nov 18, 2021
2 parents 8bc8e5b + 36c01d6 commit e1e01c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/operator/ceph/cluster/cluster.go
Expand Up @@ -95,6 +95,7 @@ func (c *cluster) reconcileCephDaemons(rookImage string, cephVersion cephver.Cep
if err != nil {
return errors.Wrap(err, "failed to populate config override config map")
}
c.ClusterInfo.SetName(c.namespacedName.Name)

// Start the mon pods
controller.UpdateCondition(c.context, c.namespacedName, cephv1.ConditionProgressing, v1.ConditionTrue, cephv1.ClusterProgressingReason, "Configuring Ceph Mons")
Expand Down

0 comments on commit e1e01c7

Please sign in to comment.