Regression #15885
closedError when viewing ALTQ Traffic Shaper queue status
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 about 1 month ago
- Status changed from New to In Progress
- Assignee set to Marcos M
- Affected Version set to 2.8.0
Updated by Marcos M about 1 month ago
- Subject changed from ALTQ queue data not shown to ALTQ queue status data is not shown
Updated by Marcos M about 1 month ago
- Status changed from In Progress to Feedback
- % Done changed from 0 to 100
Applied in changeset d09924fcd062ca4d0a510448e28a23062f191bc5.
Updated by Georgiy Tyutyunnik about 1 month 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 about 1 month 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?
Updated by Jordan G about 1 month ago
after applying the above patch, queues made in the wizard previously seem to survive a reboot and can be seen under status>queues
Updated by Georgiy Tyutyunnik about 1 month ago
update: found an issue with my config, patch itself works correctly on a factory default config.
Updated by Kris Phillips about 1 month ago
- Status changed from Feedback to Resolved
Tested on the latest 25.01 builds. Looks good. Closing as Resolved.
Updated by Jim Pingle 24 days ago
- Plus Target Version changed from 25.01 to 25.03
Updated by Jim Pingle 20 days ago
- Subject changed from ALTQ queue status data is not shown to Error when viewing ALTQ Traffic Shaper queue status
- Category changed from Web Interface to Traffic Shaper (ALTQ)