...
Access: Would like to prevent users from being able to login to nodes unless they have a proper reservation.
- Slurm has a pam_slurm.so module similar to pam_pbssimpleauth.so.
- Slurm has a pam_slurm.so module similar to pam_pbssimpleauth.so.
Reservations: The ability to reserve nodes far in the future for things like CASA classes and SIW would be very helpful. It would need to prevent HTCondor from starting jobs on these nodes as reservation time approaches.
- In Slurm scontrol create reservation starttime=2020-04-13T14:00:00 duration=30 nodes=testpost001 user=root
- In Slurm scontrol show res The output of this kinda sucks. Hopefully there is a better way to see all the reservations.
...