...so that WConfD will be able to own locks for itself. This will be necessary on cluster destruction, where it takes over the BGL.
Signed-off-by: Klaus Aehlig <[email protected]> --- src/Ganeti/Constants.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Ganeti/Constants.hs b/src/Ganeti/Constants.hs index 2ced23b..01fa70a 100644 --- a/src/Ganeti/Constants.hs +++ b/src/Ganeti/Constants.hs @@ -4126,6 +4126,10 @@ wconfdDefCtmo = 10 wconfdDefRwto :: Int wconfdDefRwto = 60 +-- | The prefix of the WConfD livelock file name +wconfdLivelockPrefix :: String +wconfdLivelockPrefix = "wconf-daemon" + -- * Confd confdProtocolVersion :: Int -- 2.2.0.rc0.207.ga3a616c
