You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
Periodic recontextualization check for #185 doesn't happen on FreeBSD, as the cronjob triggers the service one-context-reconfigure first with start action and fallbacks to onestart (required on FreeBSD) only if first one fails.
Periodic recontextualization check for #185 doesn't happen on FreeBSD, as the cronjob triggers the service
one-context-reconfigure
first withstart
action and fallbacks toonestart
(required on FreeBSD) only if first one fails.addon-context-linux/src/etc/cron.d/one-context-reconfigure##crond
Line 6 in 72b895d
Unfortunately, on FreeBSD the run with
start
doesn't exit as failure even if the service doesn't run.Solution is to swap the order of calls, run first with
onestart
and if fails fallback to just commonstart
.Remove skip in tests when fixed:
https://github.com/OpenNebula/development/blob/40f72c61ee248bd1451bf1c60491df9b9ee4f5ba/readiness/spec/context/linux/network.rb#L251
The text was updated successfully, but these errors were encountered: