You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/casskop/crds/db.orange.com_cassandraclusters.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2270,6 +2270,9 @@ spec:
2270
2270
type: array
2271
2271
items:
2272
2272
type: string
2273
+
firstLayerPhase:
2274
+
description: 'FirstLayerPhase indicates whether the rack has at least one node Ready so further initial scale-out might be allowed Needed to correctly handle `allocate_tokens_for_local_replication_factor` introduced in Cassandra 4.0 FirstLayerPhase goes as one way as below: Initial -> Running'
2275
+
type: string
2273
2276
phase:
2274
2277
description: |-
2275
2278
Phase indicates the state this Cassandra cluster jumps in.
@@ -2313,6 +2316,9 @@ spec:
2313
2316
type: string
2314
2317
lastClusterActionStatus:
2315
2318
type: string
2319
+
firstLayerPhase:
2320
+
description: 'FirstLayerPhase indicates whether all racks has at least one node Ready so further initial scale-out might be allowed Needed to correctly handle `allocate_tokens_for_local_replication_factor` introduced in Cassandra 4.0 FirstLayerPhase goes as one way as below: Initial -> Running'
2321
+
type: string
2316
2322
phase:
2317
2323
description: |-
2318
2324
Phase indicates the state this Cassandra cluster jumps in.
Copy file name to clipboardExpand all lines: config/crd/bases/db.orange.com_cassandraclusters.yaml
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2270,6 +2270,9 @@ spec:
2270
2270
type: array
2271
2271
items:
2272
2272
type: string
2273
+
firstLayerPhase:
2274
+
description: 'FirstLayerPhase indicates whether the rack has at least one node Ready so further initial scale-out might be allowed Needed to correctly handle `allocate_tokens_for_local_replication_factor` introduced in Cassandra 4.0 FirstLayerPhase goes as one way as below: Initial -> Running'
2275
+
type: string
2273
2276
phase:
2274
2277
description: |-
2275
2278
Phase indicates the state this Cassandra cluster jumps in.
@@ -2308,6 +2311,9 @@ spec:
2308
2311
format: date-time
2309
2312
status:
2310
2313
type: string
2314
+
firstLayerPhase:
2315
+
description: 'FirstLayerPhase indicates whether all racks has at least one node Ready so further initial scale-out might be allowed Needed to correctly handle `allocate_tokens_for_local_replication_factor` introduced in Cassandra 4.0 FirstLayerPhase goes as one way as below: Initial -> Running'
0 commit comments