BundleState
Bundle lifecycle state. New bundles default to LIVE; transitions to DELETING when an operator issues DeleteBundle and the daemon starts the stop-then-delete saga (the bundle remains visible during the transient state so the operator can observe progress and the daemon can resume the saga across restarts). The entry leaves BundleStore entirely once the saga completes.
Name |
Number |
Description |
BUNDLE_STATE_LIVE |
0 |
|
BUNDLE_STATE_DELETING |
1 |
|
BUNDLE_STATE_FAILED |
2 |
Every replica of the bundle has terminally failed (restart ceiling exceeded / bronze drop). The derived jobs are KEPT (with their terminal verdict) so the failure is inspectable; the bundle stays Failed until an operator deletes it or re-places it (UpdateBundle, which re-expands and resets to Live). A bundle with any still-live replica stays Live — Failed means fully down. |