Skip to content

Commit

Permalink
Merge pull request #9203 from parth-gr/mon-clusterInfo-cr
Browse files Browse the repository at this point in the history
mon: set cluster name to mon cluster
  • Loading branch information
travisn committed Nov 18, 2021
2 parents d62abfd + aea2856 commit 3367f7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/operator/ceph/cluster/cluster.go
Expand Up @@ -90,6 +90,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.ClusterInfo.Context, c.context, c.namespacedName, cephv1.ConditionProgressing, v1.ConditionTrue, cephv1.ClusterProgressingReason, "Configuring Ceph Mons")
Expand Down

0 comments on commit 3367f7e

Please sign in to comment.