bug fix
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4319 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
a4e0064f6a
commit
fbf118ea50
@ -228,7 +228,7 @@ sub makescript {
|
||||
}
|
||||
|
||||
if (!$nodesetstate) { $nodesetstate=getnodesetstate($node);}
|
||||
push @scriptd, "NODESETSTATE=\"".$nodesetstate."\"\n";
|
||||
push @scriptd, "NODESETSTATE='".$nodesetstate."'\n";
|
||||
push @scriptd, "export NODESETSTATE\n";
|
||||
|
||||
# set the UPDATENODE flag in the script, the default it 0, that means not in the updatenode process, xcatdsklspost and xcataixpost will set it to 1 in updatenode case
|
||||
|
@ -8,8 +8,6 @@ BEGIN
|
||||
}
|
||||
use lib "$::XCATROOT/lib/perl";
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use xCAT::Table;
|
||||
use xCAT::Schema;
|
||||
use Data::Dumper;
|
||||
|
Loading…
Reference in New Issue
Block a user