Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] Is TRUST_DOMAIN macro a string or a list or an expression?
- Date: Wed, 10 Jul 2024 22:08:25 +0000
- From: Marco Mambelli <marcom@xxxxxxxx>
- Subject: [HTCondor-users] Is TRUST_DOMAIN macro a string or a list or an expression?
Hi,
When specifying TRUST_DOMAIN In the condor configuration should I consider it a string (quoted) or an expression?
I thought UID_DOMAIN and TRUST_DOMAIN have to be condor expressions, e.g. the first collector in COLLECTOR_HOST.
And in 2018 the GlideinWMS code had to change TRUST_DOMAIN from string to expression.
But now
TRUST_DOMAIN = myhost.domain.org:9618?sock=collectorRANDOM
Gives the error
07/10/24 20:14:22 (pid:88014) CONFIGURATION PROBLEM: Failed to insert ClassAd attribute TRUST_DOMAIN = myhost.domain.org:9618?sock=collectorRANDOM. The most common reason for this is that you forgot to quote a string value in the list of attributes being added to the STARTD ad.
Thank you,
Marco