2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-21 10:40:24 +00:00

Merge pull request #7069 from gurevichmark/nodeset_shell_debug

Display console log entries when genesis nodeset testcases fail
This commit is contained in:
besawn
2021-11-30 14:08:32 -05:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ Most of the content is general information for xCAT, the focus and examples are
IBM OpenPOWER Servers
* based on POWER8 Processor Technology is IPMI managed
* based on POWER9 Processor Technology is OpenBMC managed [**Alpha**]
* based on POWER9 Processor Technology is OpenBMC managed
.. toctree::

View File

@@ -277,6 +277,8 @@ sub testxdsh {
if (($value == 1) || ($value == 2) || ($value == 3)) {
`$xdsh_command`;
if ($?) {
# First attempt to run xdsh failed, display console log to see what happened, then try few more times
`nodels $noderange | xargs -I % tail -v --lines 25 /var/log/consoles/%.log`;
my @i = (1..5);
for (@i) {
sleep 300;