Skip to content

Commit

Permalink
rc: load job-archive by default
Browse files Browse the repository at this point in the history
Problem: although job-archive does nothing if not configured,
it is not loaded in rc1/rc3, so a custom rc script is required
if it is needed.

Just load it in rc1/rc3 and it can be enabled with config.

Fixes #3940
  • Loading branch information
garlick authored and mergify-bot committed Nov 5, 2021
1 parent c103d04 commit 5236b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/rc1
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ modload 0 cron sync=heartbeat.pulse
modload 0 job-manager
modload all job-info
modload 0 job-list
modload 0 job-archive

modload all job-ingest
modload 0 job-exec
Expand Down
1 change: 1 addition & 0 deletions etc/rc3
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ shopt -u nullglob
modrm 0 heartbeat
modrm 0 sched-simple
modrm all resource
modrm 0 job-archive
modrm 0 job-exec
modrm 0 job-list
modrm all job-info
Expand Down

0 comments on commit 5236b14

Please sign in to comment.