Skip to content

Commit

Permalink
Clarify re-download runtime upon restart to replace corrupted file.
Browse files Browse the repository at this point in the history
  • Loading branch information
MHHukiewitz committed Nov 15, 2023
1 parent 9627f82 commit 887b90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nodes/compute/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The runtime of the new diagnostic VM appears to be improperly downloaded or corr
- Remove the file: `sudo rm -f $RUNTIME_HASH`.
2. **Restart Supervisor**: After deleting the problematic file, restart the supervisor system. This should trigger the re-download of the runtime file.
- Restart the supervisor: `sudo systemctl restart supervisor` (or the equivalent command for your system).
3. **Re-download**: Upon restart, the system should attempt to re-download the runtime, replacing the corrupted file.
3. **Re-download**: Upon restart, the system will automatically attempt to re-download the runtime, replacing the corrupted file.
- If the problem persists, further investigation into network stability or hardware integrity may be necessary.

## 3) Missing Diagnostic VM Metrics
Expand Down

0 comments on commit 887b90e

Please sign in to comment.