Skip to content
This repository was archived by the owner on Jun 2, 2026. It is now read-only.

Commit 452904a

Browse files
committed
Fixed description of Machine Online repair in schema
1 parent 2d90fb7 commit 452904a

3 files changed

Lines changed: 13 additions & 16 deletions

File tree

docs/index.html

Lines changed: 7 additions & 9 deletions
Large diffs are not rendered by default.

openapi/spec.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17525,15 +17525,14 @@ components:
1752517525
required:
1752617526
- enabled
1752717527
description: |-
17528-
Enter or exit in-pool online repair. When `enabled` is true, `policy` and `acknowledgments` are required inside this object,
17528+
Enable or disable online repair of a Machine. Online repair facilitates repairing a Machine without the Tenant having to release the Machine by deleting the Instance. When `enabled` is true, `policy` and `acknowledgments` are required inside this object,
1752917529
and `healthIssue` is required at the top level of the MachineUpdateRequest. When `enabled` is false, none of those fields may be set.
1753017530
properties:
1753117531
enabled:
1753217532
type: boolean
1753317533
description: |-
17534-
When true, initiates in-pool online repair: applies the tenant-reported OnlineRepair health override on the machine
17535-
and sets the associated Instance status to Repairing. When false, exits online repair: clears the health override and returns
17536-
the Instance to Ready. Cannot be combined with instance type, maintenance, or label updates in the same request.
17534+
When true, initiates the online repair process: applies the tenant-reported OnlineRepair health override on the Machine and sets the associated Instance status to Repairing.
17535+
When false, exits online repair: clears the health override and returns the Instance to Ready. Cannot be combined with instance type, maintenance, or label updates in the same request.
1753717536
policy:
1753817537
$ref: '#/components/schemas/MachineOnlineRepairPolicy'
1753917538
acknowledgments:
@@ -17560,7 +17559,7 @@ components:
1756017559
acceptRepairTeamAccess: true
1756117560
acceptInstanceDeletionRisk: true
1756217561
- healthIssue:
17563-
category: STORAGE
17562+
category: Storage
1756417563
summary: Disk errors on OSD
1756517564
details: 'Ticket FORGE-12345; smartctl logs attached'
1756617565
description: 'Request data to update Machine. Instance Type attribute updates, maintenance attribute updates, labels updates, and in-pool online repair (enter or exit) must be specified in separate requests. They cannot be processed at the same time.'

sdk/standard/model_machine_online_repair.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)