Skip to content

Commit

Permalink
set FlappingRestartIntervalHours to 24 hrs
Browse files Browse the repository at this point in the history
Signed-off-by: sp98 <[email protected]>
(cherry picked from commit 11f5873)
  • Loading branch information
sp98 committed Oct 17, 2023
1 parent bfeba5d commit d5b50ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions controllers/storagecluster/cephcluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,9 @@ func newCephCluster(sc *ocsv1.StorageCluster, cephImage string, nodeCount int, s
Enabled: true,
},
Storage: rookCephv1.StorageScopeSpec{
StorageClassDeviceSets: newStorageClassDeviceSets(sc, serverVersion),
Store: osdStore,
StorageClassDeviceSets: newStorageClassDeviceSets(sc, serverVersion),
Store: osdStore,
FlappingRestartIntervalHours: 24,
},
Placement: rookCephv1.PlacementSpec{
"all": getPlacement(sc, "all"),
Expand Down

0 comments on commit d5b50ff

Please sign in to comment.