Restore xcatws understanding of existing code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16816 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
7ad5f1a53a
commit
26e8951512
@ -969,7 +969,7 @@ sub nodesHandler {
|
||||
elsif ($subResource eq "energy") {
|
||||
$request->{command} = "renergy";
|
||||
}
|
||||
elsif ($subResource eq "bootstate") {
|
||||
elsif ($subResource eq "bootstat" or $subResource eq "bootstate") {
|
||||
$request->{command} = "nodeset";
|
||||
}
|
||||
elsif ($subResource eq "bootseq") {
|
||||
|
Loading…
Reference in New Issue
Block a user