Ok I am still having the same issue. I moved the template to the local storage.
{
"vmid": 9011,
"hostname": "harry",
"ostemplate": "local:vztmpl/debian13-custom-20251002-dev.tar.gz",
"rootfs": "volume=vm_pool,size=3G"...
So the issue, is the os template storage. The bind mount from cephfs is the action that is not permitted, not the rbd volumes. So I would have to make a copy of the template on each proxmox node in the local storage in order for this to work...
Hello,
I am trying to create a lxc via the 8.4 api. I created a apitoken on the root user with propagated permissions. Here is the content I am using to send to the api
{
vmid: 9011,
hostname: 'harry',
ostemplate...