Closed jamesbeedy closed 2 months ago
@jamesbeedy question - does task/cgroup
require us to ensure the hybrid cgroups are disabled on the nodes?
@jamesbeedy question - does
task/cgroup
require us to ensure the hybrid cgroups are disabled on the nodes?
no
Bug Description
The
TaskPlugin
configuration is not handled by the charms and requires a custom user-supplied configuration to configure.To Reproduce
na
Environment
na
Relevant log output
Additional context
The
TaskPlugin
is a configuration parameter we set as custom user supplied config for each deployment.The slurm charms could configure
TaskPlugin=task/cgroup,task/affinity
ifis_container()
isFalse
andTaskPlugin=task/affinity
otherwise to provide a sane default value that corresponds with theProctrackType
configuration.