Actions
action #64941
closedafter every reboot openqaworker7 is missing var-lib-openqa-share.mount , check dependencies of service with openqaworker1
Start date:
2020-03-27
Due date:
2021-06-11
% Done:
0%
Estimated time:
Actions
Added by okurz over 4 years ago. Updated over 3 years ago.
0%
problem is still there but QA Kernel team managed to not rely on NFS anymore so we can reduce prio.
Looking into #73501 I came to the idea, maybe we need to explicitly specify some systemd mount point dependencies directly in /etc/fstab but:
# systemctl list-dependencies var-lib-openqa-share.mount
var-lib-openqa-share.mount
● ├─-.mount
● ├─system.slice
● ├─var-lib-openqa.mount
● └─network-online.target
● └─wicked.service
so that sounds like it's good enough. On openqaworker1 *and openqaworker4 for reference:
# sudo systemctl list-dependencies var-lib-openqa-share.mount
var-lib-openqa-share.mount
● ├─-.mount
● ├─system.slice
● ├─var-lib-openqa.mount
● ├─var.mount
● └─network-online.target
● └─wicked.service
so nearly same, only different that /var is an explicit mount point in this setup as that is the base btrfs subvol after clean reinstalls from openSUSE Leap 15.0+
should check after more weekends (and automatic reboots).
All good, no further related alerts