Post #1162396
2026-04-14 14:01 UTC
TIL: Clicking "Remove" on a #Proxmox pool member seems to remove the whole VM instead of just the membership 🫠
- Sent by my removed FreeIPA master node
UPDATE: Nope, it was a off-by-one error with VM IDs. Was also running "terraform destroy" in the background - so TIL: never do two things at the same time. 🤡
#Homelab #DevOops
Replies (3)
-
@stdevel@chaos.social 2026-04-15 07:15
Nevermind, typical OSI layer 8 problem :thisisfine: I was mass-creating VMs using Terraform and had typical off-by-one error with the VM ID. Miscalculated the counter variable and therefore "terraform destroy" (which was running in the background) removed other VMs. TIL: Counter variables can be a pain.
-
@hermann@chaos.social 2026-04-14 14:09
@stdevel learning by doing what you should be avoiding
-
@openfactory@peering.social 2026-04-14 17:37
@stdevel Ouch. Send in a Pull request to rename the button "Yeet" instead.