[GH-ISSUE #67] Removing a disk does not work #12

Open
opened 2026-02-28 00:40:10 +03:00 by kerem · 0 comments
Owner

Originally created by @cospeedster on GitHub (Dec 10, 2019).
Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/67

Removing a disk do not remove the disk in proxmox. The configure task command in Proxmox do not mention the disk I want to remove. I think not mentioning is not removing.

I proxmox you have to detach the disk first and then delete it.

Deletion task:

update VM 287: -delete unused0

Further information:

Originally created by @cospeedster on GitHub (Dec 10, 2019). Original GitHub issue: https://github.com/Telmate/proxmox-api-go/issues/67 Removing a disk do not remove the disk in proxmox. The configure task command in Proxmox do not mention the disk I want to remove. I think not mentioning **is not** removing. I proxmox you have to detach the disk first and then delete it. Deletion task: ``` update VM 287: -delete unused0 ``` Further information: * I'm using the proxmox-api-go with the provider [Telmate/terraform-provider-proxmox](https://github.com/Telmate/terraform-provider-proxmox). * terraform version: `Terraform v0.12.16` * go version: `go version go1.13.4 linux/amd64`
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#12
No description provided.