mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 15:35:51 +03:00
[PR #117] [MERGED] Added "args" parameter for passing arbitrary arguments to kvm. #241
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#241
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/117
Author: @TheoKeen
Created: 4/29/2021
Status: ✅ Merged
Merged: 4/29/2021
Merged by: @ggongaware
Base:
master← Head:master📝 Commits (1)
809376fAdded "args" parameter for passing arbitrary arguments to kvm.📊 Changes
1 file changed (+9 additions, -0 deletions)
View changed files
📝
proxmox/config_qemu.go(+9 -0)📄 Description
Hi all,
Would like to add the args parameter. This would enable passing arbitrary arguments to KVM..
My personal use case is enabling ignition for a flatcar linux template. An example value for the args parameter to enable ignition would be the following: "-fw_cfg name=opt/org.flatcar-linux/config,file=/var/lib/vz/snippets/flatcar.ign".
This is my first bit of go code. Hope I got it right. Cheers!
Theo
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.