Thomas Hartmann
unread,Jul 8, 2026, 2:36:46 AMJul 8Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to HTCondor Users
Hi Arceaceyx,
AFAIK I/O control is not directly possible with HTCondor. As the io
controller works only per specific device, each starter daemon would
need to know the block device layout on that machine and which local
device(s) the job scratch dirs host.
On a per job level you could maybe improvise something with a job
wrapper or an inotify/fanotify watcher on the cgroup path for new jobs,
but this would also require again knowing/configuring the local block
device layout. Alternatively, you could probably set a global I/O limit
on the condor base cgroup for all jobs shared between each other
(outside the systemd hierarchy).
Cheers,
Thomas