[PR #303] [MERGED] fixes: cloud-init can't be created bug #382

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

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/303
Author: @Tinyblargon
Created: 1/22/2024
Status: Merged
Merged: 1/23/2024
Merged by: @Tinyblargon

Base: masterHead: #299


📝 Commits (3)

  • 7893a41 feat: add guest shutdown and start
  • ad3dafe feat: add pre update, delete step
  • 62daa7e refactor: move comments inline

📊 Changes

8 files changed (+219 additions, -27 deletions)

View changed files

📝 proxmox/config_guest.go (+16 -3)
📝 proxmox/config_qemu.go (+66 -24)
📝 proxmox/config_qemu_disk.go (+34 -0)
📝 proxmox/config_qemu_disk_ide.go (+10 -0)
📝 proxmox/config_qemu_disk_sata.go (+10 -0)
📝 proxmox/config_qemu_disk_scsi.go (+10 -0)
📝 proxmox/config_qemu_disk_test.go (+63 -0)
📝 proxmox/config_qemu_disk_virtio.go (+10 -0)

📄 Description

This PR fixes #299

Work done:

  • Added func GuestStart().
  • Added func GuestShutdown() with force shutdown option.
  • Created procedure for deleting items before the primary update step.

🔄 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/303 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 1/22/2024 **Status:** ✅ Merged **Merged:** 1/23/2024 **Merged by:** [@Tinyblargon](https://github.com/Tinyblargon) **Base:** `master` ← **Head:** `#299` --- ### 📝 Commits (3) - [`7893a41`](https://github.com/Telmate/proxmox-api-go/commit/7893a41822971b8e1b0159a6981a7537d6f06393) feat: add guest shutdown and start - [`ad3dafe`](https://github.com/Telmate/proxmox-api-go/commit/ad3dafe8bdb20caec8d5631301262d31990b779b) feat: add pre update, delete step - [`62daa7e`](https://github.com/Telmate/proxmox-api-go/commit/62daa7e647c27df41c4f82643e9aa7e58bf995a8) refactor: move comments inline ### 📊 Changes **8 files changed** (+219 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/config_guest.go` (+16 -3) 📝 `proxmox/config_qemu.go` (+66 -24) 📝 `proxmox/config_qemu_disk.go` (+34 -0) 📝 `proxmox/config_qemu_disk_ide.go` (+10 -0) 📝 `proxmox/config_qemu_disk_sata.go` (+10 -0) 📝 `proxmox/config_qemu_disk_scsi.go` (+10 -0) 📝 `proxmox/config_qemu_disk_test.go` (+63 -0) 📝 `proxmox/config_qemu_disk_virtio.go` (+10 -0) </details> ### 📄 Description This PR fixes #299 Work done: - Added func `GuestStart()`. - Added func `GuestShutdown()` with force shutdown option. - Created procedure for deleting items before the primary update step. --- <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:59 +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#382
No description provided.