Hi,
I'm not 100% sure if it is a bug or if I'm misunderstanding something about the API.
If I check the status of an VXLAN zone via
If the zone is available via
So when I check for availability of the zone and vnet via
Is this expected behaviour or a bug?
I'm not 100% sure if it is a bug or if I'm misunderstanding something about the API.
If I check the status of an VXLAN zone via
api2/json/nodes/{node}/sdn/zones
it shows me that the zone is available for all nodes, but /api2/json/cluster/resources
shows that the zone is still pending on some nodes.If the zone is available via
api2/json/nodes/{node}/sdn/zones
, vnets and VMs can be created. But to start VMs, the zone seemingly needs to be available via /api2/json/cluster/resources
.So when I check for availability of the zone and vnet via
api2/json/nodes/{node}/sdn/zones
and /api2/json/nodes/{node}/sdn/zones/{zone}/content
, and i automatically create and start my VMs, as soon as they return available for all nodes, I sometimes receive a TASK ERROR: bridge 'vnet name' does not exist
, when the VM gets started.Is this expected behaviour or a bug?