So I am working with the proxmox api and experimenting with it and noticed an issue with specifying network configuration for VMs.
Reading the docs on the QEMU VM config API it shows that you can pass in a MTU option to the network.
But when i try and add a mtu to the networking config it gives the following error:
Has anyone seen this issue:
Also does anyone know what the differences between tag and trunks are? I can't find anything specific on those.
# pveversion
pve-manager/6.1-8/806edfe1 (running kernel: 5.3.18-3-pve)
Reading the docs on the QEMU VM config API it shows that you can pass in a MTU option to the network.
[model=]<enum>
[,bridge=<bridge>]
[,firewall=<1|0>]
[,link_down=<1|0>]
[,macaddr=<XX:XX:XX:XX:XX:XX>]
[,mtu=<integer>]
[,queues=<integer>]
[,rate=<number>]
[,tag<integer>]
[,trunks=<vlanid[;vlanid...]>]
[,<model>=<macaddr>]
But when i try and add a mtu to the networking config it gives the following error:
proxmoxer.core.ResourceException: 400 Bad Request: Parameter verification failed. - b'{"errors":{"net1":"invalid format - format error\\nnet1.mtu: property is not defined in schema and the schema does not allow additional properties\\n"},"data":null}'
Has anyone seen this issue:
Also does anyone know what the differences between tag and trunks are? I can't find anything specific on those.
# pveversion
pve-manager/6.1-8/806edfe1 (running kernel: 5.3.18-3-pve)