Skip to content

Commit

Permalink
docs: troubleshoot switch sync failing (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
vknabel authored Jun 12, 2024
1 parent 136469b commit f9e8480
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/src/installation/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,12 @@ There are some scenarios (can be vendor-specific), which can cause a machine UUI
1. After five minutes, the orphaned machine UUID will be marked dead (💀) because machine events will be sent only to the most recent UUID
1. Identify the dead machine through `metalctl machine ls`
1. Remove the dead machine forcefully with `metalctl machine rm --remove-from-database --yes-i-really-mean-it <uuid>`

### Fixing Switch Issues

#### switch-sync-failing

For your network infrastructure it is key to adapt to new configuration. In case this sync process fails for more than 10 minutes, it is likely to require manual investigation.

Depending on your switch operating system, the error sources might differ a lot.
Try to connect to your switch using the console or ssh and investigate the logs. Check if the hard drive is full.

0 comments on commit f9e8480

Please sign in to comment.