Hello,
I have a new PVE 9.1.4 cluster set up with a number of RHEL9.7 (AlmaLinux) guests, which were previously bare-metal hosts. I noticed that once the hosts were converted to VMs, received multicast packet counts stopped being reported, i.e. the count is always 0.
Looking at tcpdump, netstat -g, and other tools indicate that multicast traffic is being received, and the host has joined all the multicast groups it should. So, this just looks to be a OS reporting problem, not a multicast packet flow problem. Below is an example stat command from a VM guest:
My configuration uses a bridge for the guest network. I've tried disabling "multicast_snooping" on the bridge with no success.
Environment: PVE 9.1.4
PVE host network config:
Guest network device: virtio
Has anyone experience similar issues or can suggest other configuration tweaks to try to get multicast packet counts reporting again?
Thanks!
I have a new PVE 9.1.4 cluster set up with a number of RHEL9.7 (AlmaLinux) guests, which were previously bare-metal hosts. I noticed that once the hosts were converted to VMs, received multicast packet counts stopped being reported, i.e. the count is always 0.
Looking at tcpdump, netstat -g, and other tools indicate that multicast traffic is being received, and the host has joined all the multicast groups it should. So, this just looks to be a OS reporting problem, not a multicast packet flow problem. Below is an example stat command from a VM guest:
[root@vm ~]# ip -s link show ens182: ens18: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP mode DEFAULT group default qlen 1000 link/ether bc:24:11:c2:f5:72 brd ff:ff:ff:ff:ff:ff RX: bytes packets errors dropped missed mcast 1522132817 6165964 0 516437 0 0My configuration uses a bridge for the guest network. I've tried disabling "multicast_snooping" on the bridge with no success.
Environment: PVE 9.1.4
PVE host network config:
auto bond1iface bond1 inet manual bond-slaves ens1f0np0 ens3f0np0 bond-miimon 100 bond-mode 802.3ad bond-xmit-hash-policy layer2+3#guest networkauto vmbr0iface vmbr0 inet manual bridge-ports bond1 bridge-stp off bridge-fd 0#guest network bridgeGuest network device: virtio
Has anyone experience similar issues or can suggest other configuration tweaks to try to get multicast packet counts reporting again?
Thanks!