[LINUX] System switching occurs in a CentOS 7 cluster environment

If you are clustering with DRBD, Corosync, Pacemaker When the timing of systemd package update and corosync health check collide, The status of the target service (MySQL, etc.) may disappear and system switching may occur.

If the two processes do not collide, the update will end normally, so It doesn't seem to happen all the time.

That said, it's dangerous, so if you're running yum update on a regular basis, you might want to remove it. /usr/bin/yum update -y --exclude=systemd* Such.

Recommended Posts

System switching occurs in a CentOS 7 cluster environment
Collaborate in a remote environment
Build a LAMP environment [CentOS 7]
Resolve a Segmentation fault that occurs in Ubuntu 16.04+ Tensorflow environment
Create a python environment on centos
Build a python3 environment on CentOS7
UnicodeDecodeError occurs in pip (Windows environment)
Install Django in a pipenv virtual environment
Build WordPress on CentOS 8 in LAMP environment
Creating a virtual environment in an Anaconda environment
Install CaboCha in a non-Anaconda environment (Win)
I started Node.js in a virtual environment
Use WebDAV in a Portable Docker environment
Create a Vim + Python test environment in 1 minute
Ubuntu18.04.05 Creating a python virtual environment in LTS
Use the latest pip in a virtualenv environment
Delete data in a pattern with Redis Cluster
Build a python environment with ansible on centos6
Start Django in a virtual environment with Pipenv
Create a virtual environment with conda in Python
Build a Django environment with Vagrant in 5 minutes
Set a fixed IP in the Linux environment
Think about building a Python 3 environment in a Mac environment
Work in a virtual environment with Python virtualenv.
Build a Minecraft plugin development environment in Eclipse
[Docker] Create a jupyterLab (python) environment in 3 minutes!
Use a free GPU in your favorite environment
What to do if a UnicodeDecodeError occurs in pip
Use Sudachipy's learned word2vec in a low memory environment
Setting up Jupyter Lab in a Python 3.9 venv environment