-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not detect Cheyenne with full hostname #595
Comments
Steps to reproduce (for branch 'develop' and for PR#571):
|
I see now that the hostname is incorrect for chadmin nodes inside detect_machine.sh. A new line should be added after line 30 of detect_machine.sh:
I don't have access to the chadmin nodes on Cheyenne. Could you test this solution? |
platform=cheyenne
|
The GSI Handling Review team is going through open issues to see which, if any, may be closed. Can this issue be closed? |
Yes, this was fixed and merged with #571. |
The script ush/detect_machine.sh does not find a match for Cheyenne. It tries to match a entry using 'hostname -f', but on Cheyenne this returns something of the form chadmin3.ucar.edu . There is no pattern that matches this, so this script exits with MACHINE_ID="" .
The text was updated successfully, but these errors were encountered: