vatesfr / xen-orchestra

The global orchestration solution to manage and backup XCP-ng and XenServer.
https://xen-orchestra.com
Other
775 stars 262 forks source link

Host> network tab does not show the correct speed for a bonded interface #7257

Open ArchParks opened 9 months ago

ArchParks commented 9 months ago
  1. ⚠️ If you don't follow this template, the issue will be closed.
  2. ⚠️ If your issue can't be easily reproduced, please report it on the forum first.

Are you using XOA or XO from the sources? XOA

If XOA:

If XO from the sources:

Describe the bug A clear and concise description of what the bug is. Host> network tab does not show the correct speed for a bonded interface

To Reproduce Steps to reproduce the behavior:

  1. I made a bonded netwwork out that is a master / slave between a 10gb connection and a 1gbs connection. "ovs-appctl bond/show " gives this:

---- bond0 ---- bond_mode: active-backup bond may use recirculation: no, Recirc-ID : -1 bond-hash-basis: 0 updelay: 31000 ms downdelay: 200 ms lacp_status: off active slave mac: a0:36:9f:6a:04:92(eth1)

slave eth0: enabled may_enable: true

slave eth1: enabled active slave may_enable: true

"ovs-appctl bond/set-active-slave bond0 eth1" confirms it is the 10GB connection.

In XOA it never shows the 10gb connection but in XO it works correctly (Xen Orchestra, commit [194db]).

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

xcp-ng-correct-Capture xcp-ng-wrong-Capture

Environment (please provide the following information):

XCP-ng 8.3.0 (GPLv2)

Additional context Add any other context about the problem here.

olivierlambert commented 8 months ago

Hi!

ArchParks commented 8 months ago

You bet!

olivierlambert commented 8 months ago

I don't get why there's a different behavior between XOA vs XO from the sources :thinking: It's very likely the same code in both situations.

julien-f commented 7 months ago

There should not be differences between XOA and from sources.

Waiting for a reproduction or another report.