You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some hosts, the "EP name" is meaningless (it is the randomly-generated pod name) but the machine's K8SPhysicalHostName attribute records the "real" hostname.
We should add this name to the metadata we include in the hold message for the plugin. It should be recorded, if present, as the hostname attribute); if K8SPhysicalHostName is not present, then no hostname should be put in the error message (as it would be duplicative of other parts of the error message.
So, example:
Attempt #1: from osg-kansas-city-stashcache.nrp.internet2.edu:8443: transfer error: \
Unable to read /path-facility/data/foo; network dropped connection on reset (5m47.8s since start) \
(Version: 7.9.2; Site: UNL-PATH)
would become:
Attempt #1: from osg-kansas-city-stashcache.nrp.internet2.edu:8443: transfer error: \
Unable to read /path-facility/data/foo; network dropped connection on reset (5m47.8s since start) \
(Version: 7.9.2; Site: UNL-PATH; Hostname: foo.unl.edu)
The text was updated successfully, but these errors were encountered:
@bbockelm I'm not finding that attribute in the condor documentation at all for MachineAd. Is it custom or would it be under Machine or ClientMachine? Or am I looking in the wrong place entirely? If it is custom, would it be in the machine ad or the class ad? My instinct is the machine ad, but I want to be sure.
At some hosts, the "EP name" is meaningless (it is the randomly-generated pod name) but the machine's
K8SPhysicalHostName
attribute records the "real" hostname.We should add this name to the metadata we include in the hold message for the plugin. It should be recorded, if present, as the
hostname
attribute); ifK8SPhysicalHostName
is not present, then nohostname
should be put in the error message (as it would be duplicative of other parts of the error message.So, example:
would become:
The text was updated successfully, but these errors were encountered: