Confirmed users
1,364
edits
(updates based on usage) |
(added graceful_restart option) |
||
| Line 179: | Line 179: | ||
If the reconfig gets stuck, see [https://wiki.mozilla.org/ReleaseEngineering/How_To/Unstick_a_Stuck_Slave_From_A_Master How To/Unstick a Stuck Slave From A Master]. | If the reconfig gets stuck, see [https://wiki.mozilla.org/ReleaseEngineering/How_To/Unstick_a_Stuck_Slave_From_A_Master How To/Unstick a Stuck Slave From A Master]. | ||
As a special case for test masters, you can | As a special case for test masters, you can unstick things by either: | ||
* triggering a "Clean Shutdown" from the web UI for that master, or | |||
* using manage_masters.py graceful_restart command | |||
After jobs complete, the master will shut down (web page will not be served). Fabric should notice and unstick itself at that point. If fabric doesn't notice, in a separate window, individually do the update and start steps. If fabric still doesn't notice, good luck and document what works. | |||