mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #424] [MERGED] Fix: lxc bugs #458
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#458
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/424
Author: @Tinyblargon
Created: 6/10/2025
Status: ✅ Merged
Merged: 6/10/2025
Merged by: @Tinyblargon
Base:
master← Head:new-lxc-bugs📝 Commits (10+)
f1f6786fix: lxc tries to create qemu2ad482efix: qemu vmType returnedee27a08fix: size should be required during creation3de4ef9fix: LxcBootMount settings not set637c569feat: required values never returned asnild49f2e2feat: nevernilwhen returnedb1e8867refactor: make func safee8aaa1afix: size not set during update080ae05feat:ACLandReplicatenever nil when returned93dd64cfeat: lxc diskQuota📊 Changes
8 files changed (+332 additions, -153 deletions)
View changed files
📝
proxmox/config_guest.go(+1 -1)📝
proxmox/config_lxc__cpu.go(+12 -3)📝
proxmox/config_lxc__cpu_test.go(+8 -3)📝
proxmox/config_lxc__mount.go(+82 -46)📝
proxmox/config_lxc__mount_test.go(+23 -1)📝
proxmox/config_lxc_new.go(+26 -18)📝
proxmox/config_lxc_new_test.go(+178 -80)📝
proxmox/util.go(+2 -1)📄 Description
Lots and lots of minor bug fixes for the new LXC implementation.
Came across these bug while implementing the Terraform provider.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.