mirror of
https://github.com/adminsyspro/proxcenter-ui.git
synced 2026-04-25 06:25:57 +03:00
[GH-ISSUE #76] [Bug]: TEMPLATES : PVE 400 error PVE 400 {"errors":{"storage":"storage 'ceph-templates' does not support vm images"},"data":null,"message":"Parameter verification failed.\n"} #97
Labels
No labels
bug
enhancement
feature-request
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxcenter-ui#97
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?
Originally created by @flpmonstro on GitHub (Mar 6, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/76
Bug Description
Hi everyone ,
This occurs because I am using CEPH and the image comes as qcow2, so it must be imported first. Therefore, the backend needs to understand that it is a cephFs, download the img, create the VM, import the disk, and attach it to the VM.
An important point is that this will only work for those who have ssh enabled in proxcenter, because I believe the API does not do this.
Could you adjust this?
Steps to Reproduce
Expected Behavior
Create virtual machine using image catalog.
Actual Behavior
Case with CEPHfs :
Error :
ProxCenter Version
44efa56Proxmox VE Version
8.4.16
Browser
Chrome, FireFox
Logs / Screenshots