Skip to content

Commit

Permalink
Merge pull request #8659 from leseb/fix-pool-deletion-multus
Browse files Browse the repository at this point in the history
ceph: fix pool deletion when running on multus
  • Loading branch information
leseb committed Sep 8, 2021
2 parents 97155af + 4cb9b53 commit f9e50d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/operator/ceph/pool/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ func (r *ReconcileCephBlockPool) reconcile(request reconcile.Request) (reconcile
return opcontroller.ImmediateRetryResult, errors.Wrap(err, "failed to populate cluster info")
}
r.clusterInfo = clusterInfo
r.clusterInfo.NetworkSpec = cephCluster.Spec.Network

// Initialize the channel for this pool
// This allows us to track multiple CephBlockPool in the same namespace
Expand Down

0 comments on commit f9e50d0

Please sign in to comment.