Regression #15885
openALTQ queue status data is not shown
100%
Description
In 24.11 the Status > Queues page can show 'No Queue data available' when queues are processing traffic.
The data is available from pfctl:
[24.11-RELEASE][admin@4860.stevew.lan]/root: pfctl -vsq queue qACK on igb1 priority 6 priq( red ecn ) [ pkts: 0 bytes: 0 dropped pkts: 0 bytes: 0 ] [ qlength: 0/ 50 ] queue qDefault on igb1 priority 3 priq( red ecn default ) [ pkts: 4622 bytes: 723889 dropped pkts: 0 bytes: 0 ] [ qlength: 0/ 50 ] queue qOthersHigh on igb1 priority 4 priq( red ecn ) [ pkts: 0 bytes: 0 dropped pkts: 0 bytes: 0 ] [ qlength: 0/ 50 ] queue qOthersLow on igb1 priority 2 priq( red ecn ) [ pkts: 0 bytes: 0 dropped pkts: 0 bytes: 0 ] [ qlength: 0/ 50 ] queue qLink on igb0 priority 2 qlimit 500 priq( red ecn default ) [ pkts: 0 bytes: 0 dropped pkts: 0 bytes: 0 ] [ qlength: 0/500 ] queue qACK on igb0 priority 6 priq( red ecn ) [ pkts: 0 bytes: 0 dropped pkts: 0 bytes: 0 ] [ qlength: 0/ 50 ] queue qOthersHigh on igb0 priority 4 priq( red ecn ) [ pkts: 0 bytes: 0 dropped pkts: 0 bytes: 0 ] [ qlength: 0/ 50 ] queue qOthersLow on igb0 priority 3 priq( red ecn ) [ pkts: 0 bytes: 0 dropped pkts: 0 bytes: 0 ] [ qlength: 0/ 50 ]
Files
Updated by Marcos M 5 days ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Applied in changeset d09924fcd062ca4d0a510448e28a23062f191bc5.
Updated by Georgiy Tyutyunnik 4 days ago
reproduced.
fater applying the patch created altq shaper works and is seen in GUI.
However applying the patch caused the configured altq shaper created via Wizard to be not in effect and not show in GUI after reboot, despite sill being present in config.xml
tested on:
24.11-RELEASE (amd64)
built on Wed Nov 27 19:22:00 CET 2024
FreeBSD 15.0-CURRENT
Updated by Kris Phillips 4 days ago
Georgiy Tyutyunnik wrote in #note-4:
reproduced.
fater applying the patch created altq shaper works and is seen in GUI.
However applying the patch caused the configured altq shaper created via Wizard to be not in effect and not show in GUI after reboot, despite sill being present in config.xml
tested on:
24.11-RELEASE (amd64)
built on Wed Nov 27 19:22:00 CET 2024
FreeBSD 15.0-CURRENT
Georgiy,
To clarify, applying this patch breaks ALTQ queues from applying after reboot and thus breaks functionality?