Skip to content
Snippets Groups Projects
  1. Jan 24, 2017
  2. Dec 16, 2016
  3. Oct 27, 2016
  4. Oct 25, 2016
  5. Oct 19, 2016
  6. Sep 28, 2016
  7. Sep 16, 2016
  8. Aug 22, 2016
  9. May 25, 2016
    • Tim Wickberg's avatar
      Remove AIX support. · 801cde5d
      Tim Wickberg authored
      To quote our documentation: "... we know of no AIX installations
      using Slurm after 2008." It certainly hasn't been tested there
      recently and has presumably been broken for several releases.
      
      Part 1: remove all build system linkages. Cleanup of HAVE_AIX ifdef
      blocks will follow.
      801cde5d
  10. May 10, 2016
  11. Apr 28, 2016
  12. Apr 27, 2016
  13. Mar 02, 2016
  14. Jan 14, 2016
    • Janne Blomqvist's avatar
      Rework group caching to work better in environments with enumeration disabled. · 48a4cdf8
      Janne Blomqvist authored
      The initgroups()/getgrouplist() caching in slurmd is changed to not require enumeration, instead individual entries are cached when first needed. This cache is always enabled, thus the CacheGroups configuration setting has been removed. The time that each cache entry is considered valid is determined by the GroupUpdateTime configuration parameter. scontrol reconfig will purge the cache. The default value for the GroupUpdateForce configuration parameter has changed, as systems where /etc/group contains all the groups instead of some external system like NIS, LDAP are nowadays probably the exception rather than the rule.
      
      For slurmctld, the group cache still uses enumeration, but this is needed only to take care of special situations like multiple groups with the same GID. With enumeration disabled, group caching still works otherwise. validate_groups() does a little more optional work in order to handle the case where the user primary group is in the AllowGroups list, but getgrnam_r() does not return that user as a group member.
      
      bug 1629
      48a4cdf8
  15. Nov 05, 2015
  16. Nov 04, 2015
  17. Sep 21, 2015
  18. Jul 08, 2015
  19. May 27, 2015
  20. May 19, 2015
  21. May 13, 2015
  22. May 06, 2015
  23. Mar 13, 2015
  24. Feb 09, 2015
  25. Nov 03, 2014
  26. Oct 20, 2014
  27. Oct 01, 2014
  28. Aug 29, 2014
  29. Apr 25, 2014
  30. Mar 28, 2014
  31. Jan 23, 2014
Loading