[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] SUBMIT_REQUIREMENT



Hi Zach,

That was it! I ran the command that you suggested and you were right. The values did not match. I recently made changes to the condor_config file and I just needed to restart condor.

Thanks for you help!

On Tue, Jul 5, 2016 at 1:13 PM, Zach Miller <zmiller@xxxxxxxxxxx> wrote:
> -----Original Message-----
> From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf
> Of Marc Jackson - NOAA Affiliate
> Sent: Tuesday, July 05, 2016 11:04 AM
> To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
> Subject: Re: [HTCondor-users] SUBMIT_REQUIREMENT
>
> Hell Todd & Zach,
>
>
> I appreciate your help with the condor SUBMIT_REQUIREMENT. However for some
> reason it worked for about 3 days then it stopped working. Here are the
> lines that I added to my '/etc/condor_config' file:
>
> SUBMIT_REQUIREMENT_NAMES = GROUP1
> SUBMIT_REQUIREMENT_GROUP1 = (AcctGroup =!= "group_arr_prep_validation")Â ||
> (AcctGroup =?= "group_arr_prep_validation" && (Owner=="mfan"))
> SUBMIT_REQUIREMENT_GROUP1_REASON="User not in group_arr_prep_validation"

I can't think of any good reason why this behavior would change over time, so maybe somehow the SchedD is not running with the config you think it is. You can query the SchedD directly (as opposed to reading the config file) by running:

 Âcondor_config_val -schedd -dump SUBMIT_REQ

and let's just double check that the values returned match the above.


Cheers,
-zach

_______________________________________________
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/