From 25b669f6f468ce5921bb91ef20c4db5cda501199 Mon Sep 17 00:00:00 2001 From: jtydlack <139967002+jtydlack@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:26:35 +0100 Subject: [PATCH] Add disk_deatch_attach_scenario in docs Signed-off-by: jtydlack <139967002+jtydlack@users.noreply.github.com> --- docs/node_scenarios.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/node_scenarios.md b/docs/node_scenarios.md index 6d81b1dd..5559990c 100644 --- a/docs/node_scenarios.md +++ b/docs/node_scenarios.md @@ -12,6 +12,7 @@ The following node chaos scenarios are supported: 8. **restart_kubelet_scenario**: Scenario to restart the kubelet of the node instance. 9. **node_crash_scenario**: Scenario to crash the node instance. 10. **stop_start_helper_node_scenario**: Scenario to stop and start the helper node and check service status. +11. **disk_detach_attach_scenario**: Scenario to detach node disk for specified duration. **NOTE**: If the node does not recover from the node_crash_scenario injection, reboot the node to get it back to Ready state.