mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 15:35:51 +03:00
[PR #126] [MERGED] LXC Container HA state support #246
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#246
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/126
Author: @yesrod
Created: 7/5/2021
Status: ✅ Merged
Merged: 7/8/2021
Merged by: @ggongaware
Base:
master← Head:container_ha_support📝 Commits (4)
b1d6cffFirst attempt to add HA State support to container25ad9eaFix copy-paste assumptions0cd6835Remove hastate from LXC parameter mapc718a9fRemove hastate parameter in a different place📊 Changes
1 file changed (+20 additions, -0 deletions)
View changed files
📝
proxmox/config_lxc.go(+20 -0)📄 Description
This closes #125 by extending the existing support for setting HA state on VMs to LXC containers.
This change reuses the existing UpdateVMHA function and adds the necessary parameters to the LXC side of the code.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.