Files
ITWorx-Pulse-Public/fixtures/scenarios/pool-degraded-scrub.json
T
ITWorx Pulse release export bd774932d5
Public source validation / validate (push) Failing after 3m8s
Publish ITWorx Pulse source
2026-09-03 02:09:19 +02:00

22 lines
873 B
JSON

{
"schemaVersion": 1,
"id": "pool-degraded-scrub",
"name": "Btrfs pool degraded scrub",
"description": "A Btrfs pool keeps its identity and redundancy metadata while one member is missing and scrub reports errors.",
"initialState": {
"pool": {
"id": "fixture-cache",
"filesystem": "btrfs",
"state": "degraded",
"profile": "raid1",
"memberStates": ["online", "missing"],
"scrub": {"state": "failed", "errors": 3}
}
},
"timeline": [{"atSeconds": 30, "action": "set-metric", "payload": {"metric": "storage.pool.utilization", "entity": "fixture-cache", "value": 91}}],
"expectedOutcomes": [
{"bySeconds": 0, "assertion": "Pool remains degraded and the missing member is visible."},
{"bySeconds": 0, "assertion": "Scrub errors are visible as a warning/critical reason without exposing a scrub control."}
]
}