Skip to content

[ws-manager] If a prebuild's snapshot fails with "out of disk" it does not report "failed" (just empty "snapshot") #9710

Closed
@geropl

Description

@geropl

Corollary to: #9676

version: 2022.04.1 (self-hosted installation)

Instead of resulting in an status update of "phase": 6, "conditions": { "failed": "some error" }, ws-manager-bridge receives:

"phase": 6,
"conditions": {
    "failed": "",
    "timeout": "",
    "pullingImages": 0,
    "snapshot": "",
    "finalBackupComplete": 1,
    "deployed": 0,
    "networkNotReady": 0,
    "headlessTaskFailed": "",
    "stoppedByRequest": 0
}

Metadata

Metadata

Assignees

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions