Skip to content
Snippets Groups Projects
  1. Apr 21, 2017
  2. Mar 27, 2017
    • Kerri Wait's avatar
      Update provision_slurm.py.j2 to import defaultdict to silence this error · 0cccb855
      Kerri Wait authored
      Traceback (most recent call last):
       File "/usr/local/sbin/provision_slurm.py", line 100, in <module>
         mk_slurmuser_batch(usergroup,"default")
       File "/usr/local/sbin/provision_slurm.py", line 67, in mk_slurmuser_batch
         userdict = defaultdict(list)
      NameError: global name 'defaultdict' is not defined
      0cccb855
  3. Mar 21, 2017
  4. Mar 20, 2017
  5. Mar 10, 2017
  6. Feb 23, 2017
  7. Feb 07, 2017
  8. Feb 01, 2017
  9. Jan 06, 2017
    • Chris Hines's avatar
      Extend the GPU role · 2b1ad616
      Chris Hines authored
      The GPU role used to just detect if any driver was installed and skip installation if one was found
      it will now execute nvidia-smi to determine the current driver version and compare it against the desired
      driver version, installing in the case of mismatch
      
      Note that if an existing driver is installed, the nvidia persistence daemon must be stopped before installation can proceed
      2b1ad616
  10. Jan 04, 2017
    • Chris Hines's avatar
      Alter the way gluster peer probe works · c94759f4
      Chris Hines authored
      I had the syntax incorrect when the glsuter cluster consists of more than two nodes. We're not attempting to use three node clusters so we can't get split brain
      c94759f4
    • Chris Hines's avatar
      Add /usr/local/bin to the end of the default path · deccb12e
      Chris Hines authored
      this was initially removed as it resulted in programs in /etc/profile.d searching /usr/local/bin, which if the NFS server had hung resulted in ec2-user not being able to log in
      subsequently verified that it seems safe to add it to the end of the path, obviously subject to not having anything called from profile that exists in /usr/local
      deccb12e
  11. Jan 03, 2017
  12. Dec 21, 2016
  13. Dec 20, 2016
  14. Dec 15, 2016
  15. Dec 13, 2016
  16. Dec 12, 2016
  17. Dec 08, 2016
  18. Dec 05, 2016
  19. Nov 28, 2016
  20. Nov 24, 2016
  21. Nov 22, 2016
  22. Nov 11, 2016
  23. Nov 10, 2016
  24. Nov 03, 2016
  25. Oct 25, 2016
    • Chris Hines's avatar
      two fixes · a32a6366
      Chris Hines authored
      1) provision_homedir was not correctly chowning directories
      2) provision_homedir should skip existing directories for speed
      a32a6366
Loading