Comment 20 for bug 1839386

Revision history for this message
Wendy Mitchell (wmitchellwr) wrote :

Verified one part of the above
2019-11-22_20-00-00

1. Confirmed script name change to
/usr/local/bin/tc_setup.sh (ie. cgcs_ prefix removal)

2. Confirm tc_setup.sh script now has sm_filter that treats SM heartbeats as high priority traffic
# Treat system maintenance heartbeats as high priority traffic (where IPTOS_CLASS_CS6=0xc0)
compute-0:/usr/local/bin$ cat tc_setup.sh | grep IPTOS_CLASS_CS
local SM_TOS=${IPTOS_CLASS_CS6}