mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 15:35:51 +03:00
[PR #418] [MERGED] feat: explicit disk deletion #454
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#454
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Telmate/proxmox-api-go/pull/418
Author: @Tinyblargon
Created: 5/10/2025
Status: ✅ Merged
Merged: 5/10/2025
Merged by: @Tinyblargon
Base:
master← Head:#417📝 Commits (1)
becd444feat: explicit disk deletion📊 Changes
6 files changed (+217 additions, -79 deletions)
View changed files
📝
proxmox/config_qemu_disk.go(+20 -38)📝
proxmox/config_qemu_disk_ide.go(+5 -0)📝
proxmox/config_qemu_disk_sata.go(+5 -0)📝
proxmox/config_qemu_disk_scsi.go(+5 -0)📝
proxmox/config_qemu_disk_virtio.go(+5 -0)📝
proxmox/config_qemu_test.go(+177 -41)📄 Description
Makes disk deletion explicit. A disk that is
nilnow means that we wont touch the disk during upgrade.Added a lot of tests to ensure the old behavior has been replaced.
resolves #417
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.