Hello,
I'm trying to use Packer to build an image for Proxmox VE following this guide https://image-builder.sigs.k8s.io/capi/providers/proxmox
I'm getting an error when trying to upload the ISO
On the server I get this
There is no storage issue on any host (neither client nor server)
Others seem to have had this error before.
Especially https://forum.proxmox.com/threads/pveproxy-no-space-left-on-device-problem-with-storage-api.113451/ which also uses Packer
And there was a bug that was supposedly fixed https://bugzilla.proxmox.com/show_bug.cgi?id=4344
But I'm running 8.2.4 so it shouldn't be an issue on my environment.
I've tried multiple hosts, multiple storages, both token and password authentication (in case it was an authentication error, which I can't rule out but also don't know how to check)
How can I find out more to debug this?
I'm trying to use Packer to build an image for Proxmox VE following this guide https://image-builder.sigs.k8s.io/capi/providers/proxmox
I'm getting an error when trying to upload the ISO
Code:
==> proxmox-iso.ubuntu-2204: Post "https://192.168.1.91:8006/api2/json/nodes/node02/storage/cephfs/upload": write tcp 192.168.1.159:46906->192.168.1.91:8006: use of closed network connection
Build 'proxmox-iso.ubuntu-2204' errored after 1 second 142 milliseconds: Post "https://192.168.1.91:8006/api2/json/nodes/node02/storage/cephfs/upload": write tcp 192.168.1.159:46906->192.168.1.91:8006: use of closed network connection
On the server I get this
Code:
root@node02:/var/log/pveproxy# journalctl -u pveproxy -u pvedaemon -f
Jul 26 11:00:42 node02 pveproxy[1249]: worker 1250 finished
Jul 26 11:00:42 node02 pveproxy[1249]: starting 1 worker(s)
Jul 26 11:00:42 node02 pveproxy[1249]: worker 28905 started
Jul 26 11:07:10 node02 pveproxy[28040]: problem with client ::ffff:192.168.1.159; No space left on device
Jul 26 11:09:06 node02 pveproxy[28905]: problem with client ::ffff:192.168.1.159; No space left on device
There is no storage issue on any host (neither client nor server)
Others seem to have had this error before.
Especially https://forum.proxmox.com/threads/pveproxy-no-space-left-on-device-problem-with-storage-api.113451/ which also uses Packer
And there was a bug that was supposedly fixed https://bugzilla.proxmox.com/show_bug.cgi?id=4344
But I'm running 8.2.4 so it shouldn't be an issue on my environment.
I've tried multiple hosts, multiple storages, both token and password authentication (in case it was an authentication error, which I can't rule out but also don't know how to check)
How can I find out more to debug this?