output the log directory when firmware update on BPA

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@11345 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua
2012-01-05 03:00:22 +00:00
parent 55e0df750d
commit c12b3fee86
+1 -1
View File
@@ -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/."]});
}