Skip to content

Commit ac8d238

Browse files
65278wikkyk
authored andcommitted
docs/Troubleshooting: document machine deletion deadlocks
1 parent d283217 commit ac8d238

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/Troubleshooting.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,15 @@ e1000 0000:00:12.0 ens18: renamed from eth0
137137
```
138138

139139
If you absolutely must mix interface types, make sure that the default network interface is the one that comes up first.
140+
141+
## Machine deletion deadlock
142+
Sometimes machines do not delete because some resource needs to be reconciled before
143+
deletion can happen, but these resources can not reconcile (for example nodes may not drain).
144+
To fix deletion deadlocks in such cases:
145+
- Remove `ipaddresses` and `ipaddressclaims` for the relevant machines
146+
- Remove the `proxmoxmachine` finalizer by editing `proxmoxmachines <machine>`
147+
- Delete the `proxmoxmachine`
148+
- Remove the `machine` finalizer by editing `machines <machine>`
149+
- Delete the `machine`
150+
151+
After these steps, VMs may linger in proxmox. Carefully remove those.

0 commit comments

Comments
 (0)