[PR #117] [MERGED] Added "args" parameter for passing arbitrary arguments to kvm. #241

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

📋 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: masterHead: master


📝 Commits (1)

  • 809376f Added "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.

## 📋 Pull Request Information **Original PR:** https://github.com/Telmate/proxmox-api-go/pull/117 **Author:** [@TheoKeen](https://github.com/TheoKeen) **Created:** 4/29/2021 **Status:** ✅ Merged **Merged:** 4/29/2021 **Merged by:** [@ggongaware](https://github.com/ggongaware) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`809376f`](https://github.com/Telmate/proxmox-api-go/commit/809376f0647049468070d89187fc6d328199ffdc) Added "args" parameter for passing arbitrary arguments to kvm. ### 📊 Changes **1 file changed** (+9 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/config_qemu.go` (+9 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:21 +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#241
No description provided.