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

[HTCondor-users] DEBUG CONSUMPTION POLICY



Hi all,

I’ve configured a partitionable slot with consumption policy but I can't get it filled in one negotiator cycle.
Actually only a dynamic slot is instantiated per negotiator cycle

I’ve enable SCHEDD_DEBUG, NEGOTIATOR_DEBUG = D_ALL

[root@schedd-01 ~]# tail -f /var/log/condor/SchedLog
..
06/03/15 16:14:35 (fd:14) (pid:20560) (D_ALWAYS) Finished negotiating for italiano in local pool: 2 matched, 1 rejected
..

I have found this entry but nothing  about the reason for the rejected job

STARTD conf:
NUM_SLOTS = 1
NUM_SLOTS_TYPE_1 = 1
SLOT_TYPE_1 = cpus=100%,mem=100%,auto
SLOT_TYPE_1_PARTITIONABLE = True
CONSUMPTION_POLICY = True
CONSUMPTION_CPUS = TARGET.RequestCpus
SLOT_WEIGHT = Cpus


which is the right way to debug the consumption policy ?

thanks 

Ale