Project

General

Profile

action #103530

Updated by livdywan over 2 years ago

## Observation 

 [failed systemd services alert w/o osd](http://stats.openqa-monitor.qa.suse.de/d/KToPYLEWz/failed-systemd-services?tab=alert&viewPanel=6&orgId=1) started alerting Sunday 5.24 CEST. 

 ``` 
 2021-12-06 09:36:00          	 openqaworker-arm-3          	 ovsdb-server          	 1 
 ``` 

 `sudo journalctl -u ovsdb-server` says: 

 ``` 
 openqaworker-arm-3 chown[1907]: /usr/bin/chown: cannot access '/run/openvswitch': No such file or directory 
 openqaworker-arm-3 ovs-ctl[1912]: /lib/lsb/init-functions: line 8: /etc/rc.status: No such file or directory 
 ``` 

 ## Acceptance criteria 
 * **AC1:** no services are failing 
 * **AC2:** ovsdb-server on openwaworker-arm3 is not failing 

 ## Suggestions 
 * ~Check `systemctl status ovsdb-server`~ 
   * `journalctl -u` 
 * Investigate what ovsdb-server is and why it failed 
 * Check automatic upgrade e.g. changed config

Back