Hello,
I seem to have an unusual problem which happened shortly after upgrading to PVE 7.
I have an application which creates LXC containers on a PVE cluster over API. Recently, it started getting 500 status code in response to
Using the same input parameters exactly (same ID, network settings, image, limits, etc) over Web UI causes no problem, the container is created.
I doubt it is a problem with the application because there are more nodes in the cluster and LXC creation works on other nodes without any issue, so I also don't think PVE 7 changed any API that would cause this.
What I specifically have an issue with is that pveproxy logs the 500 response in access log but that's really the only trace of that request. I cannot find a way to make pvedaemon log what it does not like about that request, or really anything at all. Running pvedeamon in debug mode/foreground also does not generate any logs related to that.
Any pointers on what I can do to further troubleshoot?
I seem to have an unusual problem which happened shortly after upgrading to PVE 7.
I have an application which creates LXC containers on a PVE cluster over API. Recently, it started getting 500 status code in response to
POST /api2/json/nodes/node1/lxc
. The response body does not have any content, so no error message is sent. The authentication call to node1 works, but LXC creation does not.Using the same input parameters exactly (same ID, network settings, image, limits, etc) over Web UI causes no problem, the container is created.
I doubt it is a problem with the application because there are more nodes in the cluster and LXC creation works on other nodes without any issue, so I also don't think PVE 7 changed any API that would cause this.
What I specifically have an issue with is that pveproxy logs the 500 response in access log but that's really the only trace of that request. I cannot find a way to make pvedaemon log what it does not like about that request, or really anything at all. Running pvedeamon in debug mode/foreground also does not generate any logs related to that.
Any pointers on what I can do to further troubleshoot?