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
VM running on a cloud service, please be explicit and add details
container (Kubernetes, Docker, containerd, etc. please specify)
or a combination, please be explicit
jails if it is FreeBSD
classic packaging
onedir packaging
used bootstrap to install
Steps to Reproduce the behavior
Shutdown the master that the minion is connected.
Wait some time required for the failover process.
Ensure wat minion is connected to the new master.
Power up the first master and repeat failover case but now the second master must be stopped.
Look at /etc/salt/minion.d/_schedule.conf and u will see the schedule from pillar.
Uh oh!
There was an error while loading. Please reload this page.
Description
Salt Minion dump the pillar-schedules to persistent store(
_schedule.conf
) in the failover processSetup
Run 2 masters and minion in the multi-master setup.
On masters set the pillar-schedule:
Minion multi-master conf:
The Minion's
_schedule.conf
includes only default scheduled jobs:Steps to Reproduce the behavior
Shutdown the master that the minion is connected.
Wait some time required for the failover process.
Ensure wat minion is connected to the new master.
Power up the first master and repeat failover case but now the second master must be stopped.
Look at
/etc/salt/minion.d/_schedule.conf
and u will see the schedule from pillar.Expected behavior
The
/etc/salt/minion.d/_schedule.conf
not contains pillar-scheduleVersions Report
salt --versions-report
Additional context
The patch what helps me to fix the issue:
clear-pillar-schedules-in-failover-schedules-dump.patch
The text was updated successfully, but these errors were encountered: