Skip to content

Commit

Permalink
Merge pull request #40 from jabl/accounting_storage_enforce
Browse files Browse the repository at this point in the history
Use AccountingStorageEnforce=safe,qos by default
  • Loading branch information
martbhell committed Mar 30, 2016
2 parents 4d16e10 + 0caef91 commit 74902a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ slurm_accounting_storage_user: "slurm"
# If you wish to add accounting for additional TRES types, uncomment
# and edit the following:
#slurm_accounting_storage_tres: "gres/gpu:teslak80,gres/gpu:teslak40"
slurm_accounting_storage_enforce: "safe,qos"
# If you wish to use a topology plugins (parameter TopologyPlugin=),
# uncomment and edit the following:
#slurm_topology_plugin: "topology/tree"
Expand Down Expand Up @@ -153,7 +154,6 @@ slurm_priority_weight_partition: "0"
slurm_priority_weight_jobsize: "10000"
slurm_priority_weight_qos: "10000"
slurm_priority_maxage: "7"
slurm_accounting_storage_enforce: "limits,qos"
slurm_healthcheck_program: "/usr/sbin/nhc"
slurm_healthcheck_interval: "300"
slurm_cgroup_mountpoint: "/sys/fs/cgroup"
Expand Down

0 comments on commit 74902a1

Please sign in to comment.