[PR #33] [MERGED] Support CephRBD storage types #168

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

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/33
Author: @ernstae
Created: 6/22/2019
Status: Merged
Merged: 6/22/2019
Merged by: @ggongaware

Base: masterHead: feature/support-cephrbd-storage-types


📝 Commits (1)

  • ea324d2 Support CephRBD storage types (supported in 5.4)

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 proxmox/config_qemu.go (+2 -2)

📄 Description

Intent

Support CephRBD storage type (trickle-down from failed Packer builds)

This resolves the following error, when defining storage_type = rbd

Build 'proxmox' errored: Error creating VM: 500 error with cfs lock 'storage-cephrbd': rbd create vm-1003-disk-0.<nil>' error: rbd: create error: (17) File exists, error status:  (params: map[agent:1 cores:2 cpu:host description:Packer ephemeral build VM ide2:cephfs:iso/CentOS-7-x86_64-Minimal-1810.iso,media=cdrom memory:2048 name:packer-5d0df07c-5681-bd69-2d4f-4d628f9cb264 net0:e1000=8E:E1:EF:F8:C9:05,bridge=vmbr0 onboot:false ostype:other sockets:1 virtio0:media=disk,size=30G,file=cephrbd:1003/vm-1003-disk-0.<nil> vmid:1003])

🔄 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/33 **Author:** [@ernstae](https://github.com/ernstae) **Created:** 6/22/2019 **Status:** ✅ Merged **Merged:** 6/22/2019 **Merged by:** [@ggongaware](https://github.com/ggongaware) **Base:** `master` ← **Head:** `feature/support-cephrbd-storage-types` --- ### 📝 Commits (1) - [`ea324d2`](https://github.com/Telmate/proxmox-api-go/commit/ea324d2dacdf621d22dbb1016f3ebc85d4f6f78a) Support CephRBD storage types (supported in 5.4) ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `proxmox/config_qemu.go` (+2 -2) </details> ### 📄 Description ### Intent Support CephRBD storage type (trickle-down from failed Packer builds) This resolves the following error, when defining `storage_type = rbd` ``` Build 'proxmox' errored: Error creating VM: 500 error with cfs lock 'storage-cephrbd': rbd create vm-1003-disk-0.<nil>' error: rbd: create error: (17) File exists, error status: (params: map[agent:1 cores:2 cpu:host description:Packer ephemeral build VM ide2:cephfs:iso/CentOS-7-x86_64-Minimal-1810.iso,media=cdrom memory:2048 name:packer-5d0df07c-5681-bd69-2d4f-4d628f9cb264 net0:e1000=8E:E1:EF:F8:C9:05,bridge=vmbr0 onboot:false ostype:other sockets:1 virtio0:media=disk,size=30G,file=cephrbd:1003/vm-1003-disk-0.<nil> vmid:1003]) ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:40:57 +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#168
No description provided.