Actions
Bug #6711
closedHostname in inventory may sometimes be wrongfully in lowercase
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
On some systems (especially AIX), the hostname in the inventory is always on lowercase; which is wrong
Command
/opt/rudder/bin/rudder-perl -e "use Sys::Hostname; print Sys::Hostname::hostname();"
returns the proper hostname, while sys.fqhost returns an hostname with invalid case
We should use the perl approch, when available (not on Android then) for the hostname
Actions