Project

General

Profile

Actions

Bug #16996

closed

[crunch-dispatch-local] package missing service file

Added by Javier Bértoli over 3 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Javier Bértoli
Category:
Crunch
Target version:
Story points:
-
Release relationship:
Auto

Description

The package crunch-dispatch-local has no service file, which is a known issue

I manually got it running with the following service file

# Copyright (C) The Arvados Authors. All rights reserved.
#
# SPDX-License-Identifier: AGPL-3.0

[Unit]
Description=Arvados Local Crunch Dispatcher Service
Documentation=https://doc.arvados.org/
After=network.target

# systemd==229 (ubuntu:xenial) obeys StartLimitInterval in the [Unit] section
StartLimitInterval=0

# systemd>=230 (debian:9) obeys StartLimitIntervalSec in the [Unit] section
StartLimitIntervalSec=0

[Service]
Type=notify
EnvironmentFile=-/etc/arvados/environment
ExecStart=/usr/bin/crunch-dispatch-local -poll-interval=1 -crunch-run-command=/usr/local/bin/crunch-run.sh
# Set a reasonable default for the open file limit
LimitNOFILE=65536
Restart=always
RestartSec=1
LimitNOFILE=1000000

# systemd<=219 (centos:7, debian:8, ubuntu:trusty) obeys StartLimitInterval in the [Service] section
StartLimitInterval=0

[Install]
WantedBy=multi-user.target

and a shell script /usr/local/bin/crunch-run.sh

#!/bin/sh
exec /usr/bin/crunch-run -container-enable-networking=default -container-network-mode=host $@

This can surely be improved but, at least, both these files should be added to the package.

Update - the shell script is unnecessary, crunch-run can be invoked directly, the default arguments for crunch-run are fine.


Subtasks 1 (0 open1 closed)

Task #17026: ReviewResolvedWard Vandewege10/26/2020Actions

Related issues

Related to Arvados - Idea #9952: crunch-dispatch-local config file and systemd unitClosedActions
Related to Arvados - Task #16545: Review 16471-install-using-saltResolvedJavier Bértoli10/09/2020Actions
Actions #1

Updated by Javier Bértoli over 3 years ago

  • Related to Idea #9952: crunch-dispatch-local config file and systemd unit added
Actions #2

Updated by Javier Bértoli over 3 years ago

  • Description updated (diff)
Actions #3

Updated by Peter Amstutz over 3 years ago

  • Target version changed from 2020-10-21 Sprint to 2020-11-04 Sprint
Actions #4

Updated by Javier Bértoli over 3 years ago

  • Related to Task #16545: Review 16471-install-using-salt added
Actions #5

Updated by Peter Amstutz over 3 years ago

  • Assigned To set to Javier Bértoli
  • Status changed from New to In Progress
Actions #6

Updated by Javier Bértoli over 3 years ago

  • Status changed from In Progress to Feedback

Done in commit e94e9b924@arvados

Actions #7

Updated by Ward Vandewege over 3 years ago

  • Description updated (diff)
Actions #8

Updated by Ward Vandewege over 3 years ago

Javier Bértoli wrote:

Done in commit e94e9b924@arvados

LGTM thanks.

Actions #9

Updated by Javier Bértoli over 3 years ago

  • Status changed from Feedback to Resolved

Merged

Actions #10

Updated by Peter Amstutz about 3 years ago

  • Release set to 37
Actions

Also available in: Atom PDF