-
Remove the
mongod
resource from Pacemaker's control:pcs resource unmanage mongod-clone
-
Stop the service on all of your controllers. On each controller, run:
systemctl stop mongod
-
Upgrade the relevant packages:]
yum upgrade 'mongodb*' 'python-pymongo*'
-
Reload systemd to account for updated unit files:
systemctl daemon-reload
-
Restart the
mongod
service on your controllers by running, on each controller:systemctl start mongod
-
Return the resource to Pacemaker control:
pcs resource manage mongod-clone
-
Wait until the output of
pcs status
shows that the above resources are running.