From cb256926425f3b4ac89e11f83cac2e0551457760 Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 5 Jan 2012 02:59:33 +0000 Subject: [PATCH] output the log directory when firmware update on BPA git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11344 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/PPCrflash.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/PPCrflash.pm b/perl-xCAT/xCAT/PPCrflash.pm index 976f37932..fff805eaf 100644 --- a/perl-xCAT/xCAT/PPCrflash.pm +++ b/perl-xCAT/xCAT/PPCrflash.pm @@ -210,7 +210,7 @@ sub parse_args { $request->{callback}->({data =>[ "It may take considerable time to complete, depending on the number of systems being updated. In particular, power subsystem updates may take an hour or more if there are many attached managed systems. Please waiting. "]}); - if( $request->{hwtype} =~ /^fsp$/ && $opt{activate} =~ /^disruptive$/ ) { + if( $request->{hwtype} =~ /^(fsp|bpa)$/ && $opt{activate} =~ /^disruptive$/ ) { $request->{callback}->({data =>[ "You can find the log files in the /var/log/xcatd/dfm/rflash/."]}); }