Skip to content

Commit

Permalink
Add changes from gen-latest-csv, update-generated, deps-update targets
Browse files Browse the repository at this point in the history
Signed-off-by: Malay Kumar Parida <[email protected]>
  • Loading branch information
malayparida2000 committed Jun 7, 2024
1 parent e23a2b6 commit c6f2a43
Show file tree
Hide file tree
Showing 8 changed files with 147 additions and 0 deletions.
15 changes: 15 additions & 0 deletions api/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions config/crd/bases/ocs.openshift.io_storageclusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -725,10 +725,26 @@ spec:
description: ManageCephCluster defines how to reconcile the Ceph
cluster definition
properties:
backfillFullRatio:
description: BackfillFullRatio is the ratio at which the cluster
is too full for backfill. Backfill will be disabled if above
this threshold. Default is 0.90.
maximum: 1
minimum: 0
nullable: true
type: number
continueUpgradeAfterChecksEvenIfNotHealthy:
description: Whether or not continue if PGs are not clean
during an upgrade
type: boolean
fullRatio:
description: FullRatio is the ratio at which the cluster is
considered full and ceph will stop accepting writes. Default
is 0.95.
maximum: 1
minimum: 0
nullable: true
type: number
mgrCount:
enum:
- 1
Expand All @@ -739,6 +755,14 @@ spec:
- 3
- 5
type: integer
nearFullRatio:
description: NearFullRatio is the ratio at which the cluster
is considered nearly full and will raise a ceph health warning.
Default is 0.85.
maximum: 1
minimum: 0
nullable: true
type: number
osdMaintenanceTimeout:
description: A duration in minutes that determines how long
an entire failureDomain like `region/zone/host` will be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -725,10 +725,26 @@ spec:
description: ManageCephCluster defines how to reconcile the Ceph
cluster definition
properties:
backfillFullRatio:
description: BackfillFullRatio is the ratio at which the cluster
is too full for backfill. Backfill will be disabled if above
this threshold. Default is 0.90.
maximum: 1
minimum: 0
nullable: true
type: number
continueUpgradeAfterChecksEvenIfNotHealthy:
description: Whether or not continue if PGs are not clean
during an upgrade
type: boolean
fullRatio:
description: FullRatio is the ratio at which the cluster is
considered full and ceph will stop accepting writes. Default
is 0.95.
maximum: 1
minimum: 0
nullable: true
type: number
mgrCount:
enum:
- 1
Expand All @@ -739,6 +755,14 @@ spec:
- 3
- 5
type: integer
nearFullRatio:
description: NearFullRatio is the ratio at which the cluster
is considered nearly full and will raise a ceph health warning.
Default is 0.85.
maximum: 1
minimum: 0
nullable: true
type: number
osdMaintenanceTimeout:
description: A duration in minutes that determines how long
an entire failureDomain like `region/zone/host` will be
Expand Down
24 changes: 24 additions & 0 deletions deploy/ocs-operator/manifests/storagecluster.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -724,10 +724,26 @@ spec:
description: ManageCephCluster defines how to reconcile the Ceph
cluster definition
properties:
backfillFullRatio:
description: BackfillFullRatio is the ratio at which the cluster
is too full for backfill. Backfill will be disabled if above
this threshold. Default is 0.90.
maximum: 1
minimum: 0
nullable: true
type: number
continueUpgradeAfterChecksEvenIfNotHealthy:
description: Whether or not continue if PGs are not clean
during an upgrade
type: boolean
fullRatio:
description: FullRatio is the ratio at which the cluster is
considered full and ceph will stop accepting writes. Default
is 0.95.
maximum: 1
minimum: 0
nullable: true
type: number
mgrCount:
enum:
- 1
Expand All @@ -738,6 +754,14 @@ spec:
- 3
- 5
type: integer
nearFullRatio:
description: NearFullRatio is the ratio at which the cluster
is considered nearly full and will raise a ceph health warning.
Default is 0.85.
maximum: 1
minimum: 0
nullable: true
type: number
osdMaintenanceTimeout:
description: A duration in minutes that determines how long
an entire failureDomain like `region/zone/host` will be
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6f2a43

Please sign in to comment.