Change status to booted for stanalone nodes.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3870 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
8de7ab54bc
commit
46b4d61fde
@ -332,8 +332,6 @@ sub getmypost {
|
||||
sub updateflag {
|
||||
my $nodesetstat=shift;
|
||||
my $state="booted";
|
||||
if ($nodesetstat eq "standalone") { $state="installed booting"; }
|
||||
|
||||
|
||||
my $port = "3002";
|
||||
my $remote = IO::Socket::INET->new( Proto => "tcp", PeerAddr => $servnode, PeerPort => $port, );
|
||||
|
Loading…
Reference in New Issue
Block a user