From d6988ca2f00ef08a5cbed41f8e88aa2bf70e1595 Mon Sep 17 00:00:00 2001 From: jjhua Date: Fri, 16 Jan 2009 03:01:04 +0000 Subject: [PATCH] Modified some code in connect function of PPCcli.pm to make the rflash with -V work well. (Bug 2512281) git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2617 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCcli.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/perl-xCAT/xCAT/PPCcli.pm b/perl-xCAT/xCAT/PPCcli.pm index 2313815c2..d320e7421 100644 --- a/perl-xCAT/xCAT/PPCcli.pm +++ b/perl-xCAT/xCAT/PPCcli.pm @@ -73,6 +73,10 @@ sub connect { my $ssh; my $expect_log; my $errmsg; + + if ($req->{command} eq 'rflash') { + $verbose = 0; + } ################################################## # Use timeout from site table (if defined)