commit | e6bd87f673e7a0b48f730f1eee62a2e3328970e6 | [log] [tgz] |
---|---|---|
author | Denis V. Meltsaykin <dmeltsaykin@mirantis.com> | Sat Aug 29 11:43:26 2020 +0200 |
committer | Denis Meltsaykin <dmeltsaykin@mirantis.com> | Mon Aug 31 08:42:48 2020 +0000 |
tree | 289c65a641f0ba55f7995d4c58f531d8e2226624 | |
parent | 90caa88f32d007a715e937435e5a5ed3df8bcbe1 [diff] |
Fix node rebooting procedure Pepper is not capable of returning an error in case if a minion was not reachable during the task run. It returns "false" in this case which conflicts with the boolean checks. This commit changes the way how file existence is checked, removing false positives that come from unreachable minions. Closes-Bug: PROD-35442 Change-Id: I6920ef3b08b948582df101ce7c080c1bd282c458