Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Drained 0 machines
- Date: Fri, 17 Jul 2020 21:27:53 +0200 (CEST)
- From: "Beyer, Christoph" <christoph.beyer@xxxxxxx>
- Subject: Re: [HTCondor-users] Drained 0 machines
Hi,
look for DEFRAG_REQUIREMENTS & DEFRAG_WHOLE_MACHINE_EXPR
These knobs define the requirements which machines can be drained and what is considered a drained machine
for ex:
# machine should be partiionable and online
DEFRAG_REQUIREMENTS = PartitionableSlot && Offline=!=True
# drain down to a blob of 12 online cores
DEFRAG_WHOLE_MACHINE_EXPR = Cpus == 12 && Offline=!=True
Best
christoph
--
Christoph Beyer
DESY Hamburg
IT-Department
Notkestr. 85
Building 02b, Room 009
22607 Hamburg
phone:+49-(0)40-8998-2317
mail: christoph.beyer@xxxxxxx
----- UrsprÃngliche Mail -----
Von: "Stefano Dal Pra" <stefano.dalpra@xxxxxxxxxxxx>
An: "htcondor-users" <htcondor-users@xxxxxxxxxxx>
Gesendet: Freitag, 17. Juli 2020 20:21:20
Betreff: [HTCondor-users] Drained 0 machines
Hello,
trying to configure Defrag on condor 8.8.9.
I need some help to understand this message in the DefragLog:
07/17/20 20:08:13 Looking for 15 machines to drain.
07/17/20 20:08:17 Drained 0 machines (wanted to drain 15 machines).
What is the condition used by Defrag to consider a machine available for
draining?
Thanks for any hint,
Stefano
_______________________________________________
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/