Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Condor_config_val stopped working after updating to 8.4.7
- Date: Tue, 23 Aug 2016 19:28:47 +0000
- From: John M Knoeller <johnkn@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Condor_config_val stopped working after updating to 8.4.7
So this is indeed a bug in 8.4.7, the bug does depend in part on other knobs in the config, but it is pretty likely that knobs that have a STARTD. prefix will not be looked up correctly. The bug will be fixed in 8.4.9 and 8.5.7
-----Original Message-----
From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of John M Knoeller
Sent: Monday, August 15, 2016 11:36 AM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
Subject: Re: [HTCondor-users] Condor_config_val stopped working after updating to 8.4.7
That looks like a bug in 8.4.7. When I run condor_config_val -startd -dump SETTABLE_ on 8.5.6 I see the same thing as you report for 8.4.4
SETTABLE_ATTRS_ADMINISTRATOR = StartJobs STARTD.SETTABLE_ATTRS_ADMINISTRATOR = StartJobs
For the STARTD, the effective value of the knob SETTABLE_ATTRS_ADMINISTRATOR is StartJobs, because it actually ends up reading the value of STARTD.SETTABLE_ATTRS_ADMINISTRATOR instead.
I'm setting up an 8.4.7 build now to verify that it gives a different answer...
-----Original Message-----
From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of andrew.lahiff@xxxxxxxxxx
Sent: Monday, August 15, 2016 9:22 AM
To: htcondor-users@xxxxxxxxxxx
Subject: Re: [HTCondor-users] Condor_config_val stopped working after updating to 8.4.7
Hi,
I've noticed the exact same problem. By running "condor_config_val -startd -dump SETTABLE_" on 8.4.4 I see:
SETTABLE_ATTRS_ADMINISTRATOR = StartJobs STARTD.SETTABLE_ATTRS_ADMINISTRATOR = StartJobs
even though in the config I only have:
STARTD.SETTABLE_ATTRS_ADMINISTRATOR=StartJobs
In more recent versions of HTCondor, with the same config, by running "condor_config_val -startd -dump SETTABLE_" I see there's a difference:
SETTABLE_ATTRS_ADMINISTRATOR =
STARTD.SETTABLE_ATTRS_ADMINISTRATOR = StartJobs
A quick work-around seems to be to just add the following line:
SETTABLE_ATTRS_ADMINISTRATOR=StartJobs
to the config and do a condor_reconfig, then everything works as expected.
Regards,
Andrew.
________________________________
From: HTCondor-users [htcondor-users-bounces@xxxxxxxxxxx] on behalf of mohammad kashif [kashif.alig@xxxxxxxxx]
Sent: Friday, August 12, 2016 3:30 PM
To: HTCondor-Users Mail List
Subject: Re: [HTCondor-users] Condor_config_val stopped working after updating to 8.4.7
Hi John
I have attached output of above command. The behavior changed somewhere between version 8.4.4 and 8.4.7 .
Thanks
Kashif
On Wed, Aug 10, 2016 at 9:44 PM, John M Knoeller <johnkn@xxxxxxxxxxx<mailto:johnkn@xxxxxxxxxxx>> wrote:
What does
condor_config_val -verbose -name <node-name> -startd -dump _CONFIG SETTABLE_
return for that node?
>From looking at the log snipped, it appears that you are being authorized as ALLOW and not ADMINISTRATOR, So the content of SETTABLE_ATTRS_ADMINISTRATOR isn't relevant. It would need to just be SETTABLE_ATTRS.
I don't know a lot about how the security code to know what would have changed between 7.4.4 and 8.4 From my reading of the code this config should never have worked.
-tj
From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx<mailto:htcondor-users-bounces@xxxxxxxxxxx>] On Behalf Of mohammad kashif
Sent: Tuesday, August 9, 2016 5:56 AM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx<mailto:htcondor-users@xxxxxxxxxxx>>
Subject: [HTCondor-users] Condor_config_val stopped working after updating to 8.4.7
Hi
I use condor_config_val to manage compute nodes remotely. I upgraded some of compute nodes to 8.4.7 and 8.4.8 and condor_config_val -set stopped working
condor_config_val -name <node-name> -startd -set "StartJobs = True" Attempt to set configuration "StartJobs = True" on startd slot1@<node_name><mailto:slot1@xxxxxxxxxxxxxxxxxxxxxxx> A.B.C.D:62166?addrs=A.B.C.D-62166> failed.
I have following config settings which is working for 8.4.4 ENABLE_RUNTIME_CONFIG = TRUE STARTD.SETTABLE_ATTRS_ADMINISTRATOR = StartJobs ENABLE_PERSISTENT_CONFIG = TRUE PERSISTENT_CONFIG_DIR = /etc/condor/persistent Has any one else seen this issue?
Thanks
Kashif
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx<mailto:htcondor-users-request@xxxxxxxxxxx> with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/