From 1745668bfa7785582b0ceb34dc300be7e02b1098 Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 3 May 2012 06:28:18 +0000 Subject: [PATCH] For FB, prompt some messages at the beginning of the setting git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12496 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/FSPbootseq.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/perl-xCAT/xCAT/FSPbootseq.pm b/perl-xCAT/xCAT/FSPbootseq.pm index f263897a1..75b8926e9 100644 --- a/perl-xCAT/xCAT/FSPbootseq.pm +++ b/perl-xCAT/xCAT/FSPbootseq.pm @@ -97,6 +97,11 @@ sub parse_args { #print "in parse_args:\n"; #print $command; #print Dumper(\%opt); + + my $nodetype = xCAT::DBobjUtils->getnodetype($$node[0], "ppc"); + if( $nodetype =~ /^blade$/) { + $request->{callback}->({data =>[ "After running rebootseq on the nodes successfully, it's required to run to make the setting be permanent"]}); + } #################################### # Set method to invoke