perfsonar / psconfig

Configures perfSONAR tests from a central source in an extensible way.
Apache License 2.0
4 stars 2 forks source link

Reverse DNS queries skipped in psconfig #127

Closed arlake228 closed 6 months ago

arlake228 commented 7 months ago

I ran into a case where when the psconfig pscheduler agent auto-detects addresses it is skipping the reverse DNS lookups. This is because of some bad typing and the use of a call to the DNS python library that is not consistent across version. This is an easy fix and can be brought in line with how pscheduler does similar lookups.