dmwm / CRABServer

16 stars 38 forks source link

Cronjobs for monitoring fails silently #8702

Open novicecpp opened 2 months ago

novicecpp commented 2 months ago

Because image not found (cause by https://github.com/dmwm/CRABServer/issues/8701).

There is no log to look at unless run it manually.

[crab3@crab-prod-tw02 ~]$ export loguuid=watest1log; bash /home/crab3/runContainer.sh -v v3.240904-stable -s TaskWorker_monit_checktaperecall -u ${loguuid} -c 'python3 /data/srv/monit/CheckTapeRecall.py'
0
0
Unable to find image 'registry.cern.ch/cmscrab/crabtwmonit:v3.240904-stable' locally
docker: Error response from daemon: unknown: artifact cmscrab/crabtwmonit:v3.240904-stable not found.
See 'docker run --help'.

Log file is there in /tmp dir but no content (No log file mean everything is fine).