rucio / containers

Containers for Rucio
Apache License 2.0
9 stars 55 forks source link

fts image currently broken #328

Closed maxnoe closed 2 months ago

maxnoe commented 3 months ago

The entrypoint in the current fts image still starts fts_bringonline although the version installed in the current images is fts 3.14 in which fts_bringonline was replaced with fts_qos:

Log output:

❯ docker compose logs fts
fts-1  | wait-for-it.sh: waiting 3600 seconds for ftsdb:3306
fts-1  | wait-for-it.sh: ftsdb:3306 is available after 0 seconds
fts-1  | DEBUG   Wed, 12 Jun 2024 12:23:29 +0000; Changed running user and group to fts3:fts3
fts-1  | DEBUG   Wed, 12 Jun 2024 12:23:29 +0000; fts_url_copy full path /usr/sbin/fts_url_copy
fts-1  | DEBUG   Wed, 12 Jun 2024 12:23:29 +0000; Changed running user and group to fts3:fts3
fts-1  | /docker-entrypoint.sh: line 19: /usr/sbin/fts_bringonline: No such file or directory
[root@fts /]# fts_qos --version
Counting processes:1
3.14.0
maxnoe commented 2 months ago

Fixed in https://github.com/rucio/containers/pull/327