-
Notifications
You must be signed in to change notification settings - Fork 28
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
K8SPhysicalHostName Error Message #1891
Conversation
@Saartank In order to test, setup a local condor pool and then run Since I can't get the error to occur, you need to adjust the source code to force an error in Then build the code and create a pelican_plugin binary and create a condor_submit file which uses that built binary to transfer some public file, I used Then run and when it goes into a hold status, run condor_q -hold -long and see that the output sets (Hostname: EmmaTestCondor) |
7b08b73
to
18d2998
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
If
K8SPhysicalHostName
set in the machine ad, have the plugin output "Hostname: " in the error message.