We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b207e1b commit 6fe4958Copy full SHA for 6fe4958
build/csv/ceph/ceph.rook.io_cephclusters.yaml
@@ -1610,6 +1610,12 @@ spec:
1610
minimum: 0
1611
nullable: true
1612
type: number
1613
+ migration:
1614
+ properties:
1615
+ confirmation:
1616
+ pattern: ^$|^yes-really-migrate-osds$
1617
+ type: string
1618
+ type: object
1619
nearFullRatio:
1620
maximum: 1
1621
@@ -3260,6 +3266,11 @@ spec:
3260
3266
type: array
3261
3267
osd:
3262
3268
properties:
3269
+ migrationStatus:
3270
3271
+ pending:
3272
+ type: integer
3273
3263
3274
storeType:
3264
3275
additionalProperties:
3265
3276
type: integer
0 commit comments