mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-07-24 13:21:12 +00:00
fix for bug 4184: make the message 'make sure rcons works for <node>' be non-verbose message
This commit is contained in:
2
perl-xCAT/xCAT/LparNetbootExp.pm
Normal file → Executable file
2
perl-xCAT/xCAT/LparNetbootExp.pm
Normal file → Executable file
@@ -2634,7 +2634,7 @@ sub lparnetbootexp
|
||||
sub {
|
||||
$rc = 2;
|
||||
$rconsole->clear_accum();
|
||||
nc_msg($verbose, "Please make sure rcons $node works.\n");
|
||||
nc_msg(1, "Please make sure rcons $node works.\n");
|
||||
}
|
||||
],
|
||||
);
|
||||
|
Reference in New Issue
Block a user