Project

General

Profile

action #162362

Updated by livdywan 27 days ago

## Motivation 
 #162332-7 / Check the filesystems from the running OS without rebooting to check if there are errors. If there are then gracefully and announced shut down the openQA services and fix the problems from the running OS and only after ensuring cleanness trigger reboots 

 ## Acceptance criteria 
 * **AC1:** All 5 storage devices on OSD report a clean filesystem integrity 

 ## Suggestions 
 * Run `for i in b c d e; do xfs_repair -m 4096 -n /dev/vd$i; done` on OSD to check. On any found problems try to keep services running but in read-only mode like we did some time in the past, at least stop openqa-scheduler and such, and run xfs_repair without -n on the according storage devices during off-times with pre-announcements e.g. Thursday during the maintenance window

Back