Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: upgradeutil: refine error handling (bsc#1226147, bsc#1223371)
Getting upgrade seq from remote node may fails for various reasons. Previous code handles SSH problems gracefully but other problems are note handled and turn into misleading error messages. This commit handles those problems in the same way in which SSH problems are handled: output detail information to debug log and skip upgrading.
- Loading branch information