Hide Forgot
Description of problem: When master or node service was stoped, ran pre_upgrade playbook before upgrade, it did not report this abnormal serives status. Version-Release number of selected component (if applicable): ansible-2.2.0.0-0.100.el7.noarch openshift-ansible-playbooks-3.4.16-1.git.0.c846018.el7.noarch How reproducible: always Steps to Reproduce: 1. Stoped master/node service in OCP3.4 cluster 2. Run pre_upgrade playbook # ansible-playbook -i hosts /usr/share/ansible/openshift-ansible/playbooks/byo/openshift-cluster/upgrades/v3_4/upgrade.yml -e openshift_upgrade_nodes_serial=4 --tags pre_upgrade Actual results: The playbook complete successfully without any errors or results about stoped services. Expected results: It should report the error.