Project

General

Profile

action #158814

Updated by mkittler about 1 month ago

## Observation 
 From `/var/log/openqa`: 
 ``` 
 [2024-04-10T15:20:04.190828Z] [error] [6XDd4QtKL9Pc] Active version 24 is greater than the latest version 23 at /usr/lib/perl5/vendor_perl/5.26.1/Mojo/Pg.pm line 100. 

 [2024-04-10T15:25:06.279066Z] [error] [UYVJthN6XmUF] Active version 24 is greater than the latest version 23 at /usr/lib/perl5/vendor_perl/5.26.1/Mojo/Pg.pm line 100. 

 [2024-04-10T15:45:04.107327Z] [error] [T4fj_bgqmapR] Active version 24 is greater than the latest version 23 at /usr/lib/perl5/vendor_perl/5.26.1/Mojo/Pg.pm line 100. 

 [2024-04-10T15:50:02.488807Z] [error] [xYSu0-F1l8A6] Active version 24 is greater than the latest version 23 at /usr/lib/perl5/vendor_perl/5.26.1/Mojo/Pg.pm line 100. 
 ``` 
 I can't find that in the osd openqa journal. 

 Looking at the time, it looks related to #158805 

 ## Acceptance criteria 
 * **AC1:** All our services using Minion are restarted automatically as necessary on an update of the perl-Minion package 

 ## Suggestions 
 * Catch the above error in active openQA components and trigger a self-restart (without causing an endless loop of restarts) 
 * Use a systemd path unit to trigger an auto-restart

Back