We are trying to use slurm in our uni lab but we can't quite understand
slurmUser behavior.

For instance:
If I run srun while I'm logged in as the user 'matheusdiniz' (srun -n1 id
-a), then I would expect something like this:

uid=80000001637(matheusdiniz) gid=80000000253(domain user)
groups=80000000253(domain user),1001(slurm)

But this is what I get:
uid=1001(slurm) gid=1001(slurm) groups=1001(slurm), 27(sudo), docker(999)

Even if run (srun --uid=80000001637 -n1 id -a) I get the same result. We
are using LDAP across all nodes and 'slurm' user can't access the user's
home folder, which is important to us.

Is this the expected behavior? I'm almost sure that in earlier tests I was
getting my user as output instead of slurm, but I can't replicate it
anymore.

Thanks

Attachment: slurm.conf
Description: Binary data

Reply via email to