diff --git a/xCAT-server/lib/xcat/plugins/destiny.pm b/xCAT-server/lib/xcat/plugins/destiny.pm index 22adf43c7..90a75493f 100644 --- a/xCAT-server/lib/xcat/plugins/destiny.pm +++ b/xCAT-server/lib/xcat/plugins/destiny.pm @@ -309,9 +309,10 @@ sub getdestiny { next; } unless ($ref->{currstate}) { #Has a record, but not yet in a state... - my @chain = split /,/,$ref->{chain}; - $ref->{currstate} = shift @chain; - $chaintab->setNodeAttribs($node,{currstate=>$ref->{currstate}}); + return nextdestiny(0); #Becomes a nextdestiny... +# my @chain = split /,/,$ref->{chain}; +# $ref->{currstate} = shift @chain; +# $chaintab->setNodeAttribs($node,{currstate=>$ref->{currstate}}); } my %response; $response{name}=[$node];