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
This commit is contained in:
parent
68607d70b7
commit
1745668bfa
@ -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 <rpower noderange reset> to make the setting be permanent"]});
|
||||
}
|
||||
|
||||
####################################
|
||||
# Set method to invoke
|
||||
|
Loading…
Reference in New Issue
Block a user