[PR #447] [MERGED] feat: New LXC mounts #478

Closed
opened 2026-02-28 00:42:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/447
Author: @Tinyblargon
Created: 8/13/2025
Status: Merged
Merged: 8/13/2025
Merged by: @Tinyblargon

Base: masterHead: lxc-mounts-3


📝 Commits (3)

  • a381a50 feat: New LXC mounts
  • b00e310 fix: detach skips all validation
  • 9c49e0e refactor: improve variable clarity

📊 Changes

4 files changed (+2718 additions, -40 deletions)

View changed files

📝 proxmox/config__lxc__mount.go (+985 -11)
📝 proxmox/config__lxc__mount_test.go (+431 -0)
📝 proxmox/config__lxc__new.go (+67 -27)
📝 proxmox/config__lxc__new_test.go (+1235 -2)

📄 Description

Adds support for mounts to the new LXC implementation.
Wanted to do this in more commits, but forgot.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Telmate/proxmox-api-go/pull/447 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 8/13/2025 **Status:** ✅ Merged **Merged:** 8/13/2025 **Merged by:** [@Tinyblargon](https://github.com/Tinyblargon) **Base:** `master` ← **Head:** `lxc-mounts-3` --- ### 📝 Commits (3) - [`a381a50`](https://github.com/Telmate/proxmox-api-go/commit/a381a506e29f8d463d29205be8de0e3955678063) feat: New LXC mounts - [`b00e310`](https://github.com/Telmate/proxmox-api-go/commit/b00e310356d5af5e62bbbbe70dbfee4c4e4ff1d9) fix: detach skips all validation - [`9c49e0e`](https://github.com/Telmate/proxmox-api-go/commit/9c49e0eec4979d8dc862d1eac9f2c1fb2fb9caca) refactor: improve variable clarity ### 📊 Changes **4 files changed** (+2718 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/config__lxc__mount.go` (+985 -11) 📝 `proxmox/config__lxc__mount_test.go` (+431 -0) 📝 `proxmox/config__lxc__new.go` (+67 -27) 📝 `proxmox/config__lxc__new_test.go` (+1235 -2) </details> ### 📄 Description Adds support for mounts to the new LXC implementation. Wanted to do this in more commits, but forgot. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:42:20 +03:00
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#478
No description provided.