docs: add full cloud shutdown and startup procedure#2432
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new documentation file, shutdown-and-startup.rst, detailing the procedures for a planned shutdown and startup of the entire cloud, while refactoring control-plane-operation.rst to focus on single-node maintenance. The reviewer's feedback recommends replacing interactive container shells (docker exec -it) with direct, non-interactive docker exec commands to prevent operator context confusion and copy-paste errors. Additionally, the reviewer suggests optimizing the OpenStack server shutdown command by using xargs -r instead of a sequential loop to improve CLI execution efficiency.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Signed-off-by: Bartosz Bezak <bartosz@stackhpc.com>
No description provided.