[ARVADOS] updated: 2.1.0-17-ge94e9b924

Git user git at public.arvados.org
Mon Oct 26 15:24:25 UTC 2020


Summary of changes:
 services/crunch-dispatch-local/crunch-dispatch-local.service | 4 ++--
 services/crunch-dispatch-local/crunch-run.sh                 | 5 -----
 2 files changed, 2 insertions(+), 7 deletions(-)
 delete mode 100755 services/crunch-dispatch-local/crunch-run.sh

  discards  3251e763c908082944e960aeac3e45dd593b53c1 (commit)
  discards  e22b49be2a44c23ed23c7ddc8c2602c15d395dff (commit)
       via  e94e9b92438edc3c9142084ddeeedec3c9d21c8b (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (3251e763c908082944e960aeac3e45dd593b53c1)
            \
             N -- N -- N (e94e9b92438edc3c9142084ddeeedec3c9d21c8b)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit e94e9b92438edc3c9142084ddeeedec3c9d21c8b
Author: Javier Bértoli <jbertoli at curii.com>
Date:   Mon Oct 19 10:06:18 2020 -0300

    fix(crunch-dispatch-local): add missing service file
    
    refs #16996
    Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli at curii.com>

diff --git a/services/crunch-dispatch-local/crunch-dispatch-local.service b/services/crunch-dispatch-local/crunch-dispatch-local.service
new file mode 100644
index 000000000..692d81e57
--- /dev/null
+++ b/services/crunch-dispatch-local/crunch-dispatch-local.service
@@ -0,0 +1,29 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+[Unit]
+Description=Arvados Crunch Dispatcher for LOCAL 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=simple
+EnvironmentFile=-/etc/arvados/crunch-dispatch-local-credentials
+ExecStart=/usr/bin/crunch-dispatch-local -poll-interval=1 -crunch-run-command=/usr/bin/crunch-run
+# 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

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list