Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 86344b3a52b1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 9fba490258e1
Choose a head ref
  • 5 commits
  • 2 files changed
  • 2 contributors

Commits on Nov 20, 2018

  1. nixos/slurm: set slurmd KillMode to process

    The default of systemd is to kill the
    the whole cgroup of a service. For slurmd
    this means that all running jobs get killed
    as well whenever the configuration is updated (and activated).
    
    To avoid this behaviour we set "KillMode=process"
    to kill only slurmd on reload. This is how
    slurm configures the systemd service.
    
    See:
    https://bugs.schedmd.com/show_bug.cgi?id=2095#c24
    SchedMD/slurm@508f866
    markuskowa committed Nov 20, 2018
    Copy the full SHA
    ae93ed0 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Copy the full SHA
    25af518 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0ed4fc6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. tests/slurm: wait for open DBD port

    This makes tests more reliable. It seems
    that waitForUnit(slurmdbd.service) is not sufficient
    on some systems.
    markuskowa committed Dec 9, 2018
    Copy the full SHA
    8eee1ec View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. Merge pull request #50862 from markuskowa/fix-slurm-module

     nixos/slurm: set slurmd KillMode and add extraConfigPaths
    markuskowa committed Dec 10, 2018
    Copy the full SHA
    9fba490 View commit details
    Browse the repository at this point in the history