Branch: refs/heads/1.6.0
Home:
https://github.com/tribe29/checkmk
Commit: 24fb378d9e2a8d40488264f1a3eb24a0f41f63c5
https://github.com/tribe29/checkmk/commit/24fb378d9e2a8d40488264f1a3eb24a0f…
Author: Andreas Boesl <andreas.boesl(a)tribe29.com>
Date: 2021-09-28 (Tue, 28 Sep 2021)
Changed paths:
A .werks/13277
M cmk/gui/wato/pages/automation.py
M cmk/utils/store.py
Log Message:
-----------
13277 FIX Lock checkmk configuration while configuration snapshot is unpacked
Background processes like the <tt>Automatic service discovery</tt> and the DCD
may automatically
trigger a rebuild of the monitoring core configuration. Due to a race condition, this can
also
happen on remote sites while a snapshot is being unpacked, resulting in invalid/incomplete
configurations.
It is no longer possible to create the core configuration while a snapshot unpack is in
progress.
Instead, the process in question waits until the unpacking has finished.
Change-Id: I6a4db29a38fc4244ad289060e612f8e09de2aaf4