Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[HTCondor-users] condor_reconfig fails to define new QUOTA.
- Date: Tue, 15 Apr 2014 15:52:20 +0200
- From: Renaud Guezennec <renaud@xxxxxxx>
- Subject: [HTCondor-users] condor_reconfig fails to define new QUOTA.
Hi all,
I would like to define dynamically GroupNames and Group Quota.
The method is quiet simple. Modify priority file and ask Ht Condor to
reconfigure itself (using condor_reconfig).
I made some tests on testing environment, and it is working fine. But
When I try on the production configuration, that fails. All priorities
are set to 0.5.
we need to restart condor (/etc/init.d/condor restart) to make it
respect new priorities.
The configuration of test master is exactly the same from production master.
/etc/condor
---> config_condor
---> config_condor.local
---> config.d/
---> config_condor_priority.local -> symbolic link to nfs
file -> /mount/point/config_condor_priority.local
Do you have any idea why it is working on our testing ht condor master
and not on the production master.
The only difference between priority configuration files is about file
ownership.
In production, the file belongs to root and in the testing environment
it belongs to my user. (But permissions allow anyone to read it).
Regards
Renaud