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 was 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-reconfigurefirst withstartaction 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
startdoesn't exit as failure even if the service doesn't run.Solution is to swap the order of calls, run first with
onestartand 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