This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"id": "array-degraded",
|
||||
"name": "Array degraded fixture",
|
||||
"description": "Read-only captured/simulated array membership fault.",
|
||||
"initialState": {
|
||||
"array": {
|
||||
"status": "operational",
|
||||
"missingDisks": 0
|
||||
}
|
||||
},
|
||||
"timeline": [
|
||||
{
|
||||
"atSeconds": 30,
|
||||
"action": "set-entity-status",
|
||||
"payload": {
|
||||
"entity": "fixture-array",
|
||||
"status": "critical",
|
||||
"facts": {
|
||||
"missingDisks": 1,
|
||||
"emulatedDisk": "disk3"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"expectedOutcomes": [
|
||||
{
|
||||
"bySeconds": 60,
|
||||
"assertion": "Array and global status become critical with the missing/emulated disk reason."
|
||||
},
|
||||
{
|
||||
"bySeconds": 60,
|
||||
"assertion": "No repair/start/stop/correct action is offered."
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user