mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 15:35:51 +03:00
[PR #433] [MERGED] Lxc mounts prerequisites #466
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#466
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/433
Author: @Tinyblargon
Created: 7/1/2025
Status: ✅ Merged
Merged: 7/2/2025
Merged by: @Tinyblargon
Base:
master← Head:lxc-mounts📝 Commits (10+)
5f50b4frefactor: reduce map lookupsff8d2c2perf: recduce number of allocse2feff9test: RawConfigLXC.Privileged()9e5e861refactor: remove pointer from RawConfigLXC.Namea3386eerefactor: remove pointer from RawConfigLXC.Swapaaefb6brefactor: remove pointer from RawConfigLXC.Memory21a8a08feat: PowerState9da595efeat: LXC root resizing & moving8323ad0refactor: digest & bootmount9121991feat: add moving logic📊 Changes
18 files changed (+820 additions, -158 deletions)
View changed files
📝
cli/command/guest/guest-status.go(+2 -2)📝
cli/command/guest/guest-uptime.go(+3 -2)📝
proxmox/client.go(+1 -0)📝
proxmox/config_guest.go(+21 -21)📝
proxmox/config_guest_test.go(+4 -4)📝
proxmox/config_lxc__features.go(+5 -1)➕
proxmox/config_lxc__features_test.go(+21 -0)📝
proxmox/config_lxc__mount.go(+84 -23)📝
proxmox/config_lxc__mount_test.go(+82 -0)📝
proxmox/config_lxc_new.go(+171 -48)📝
proxmox/config_lxc_new_test.go(+190 -43)📝
proxmox/config_qemu.go(+8 -8)➕
proxmox/type_powerstate.go(+40 -0)➕
proxmox/type_powerstate_test.go(+77 -0)📝
proxmox/util.go(+15 -6)📝
proxmox/util_test.go(+8 -0)📝
proxmox/vmref.go(+52 -0)📝
proxmox/vmref_test.go(+36 -0)📄 Description
While attempting to implement LXC mount I came across a lot of prerequisites that had to be implemented first.
Instead of bloating that pr with all these prerequisites I'm merging it now.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.