From 07063e64cd11ef9eb4b11e9cefb8c3f58be012a4 Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 3 May 2012 06:26:05 +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/branches/2.7@12495 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