Changeset 1429 for DCWoRMS/branches


Ignore:
Timestamp:
09/15/14 11:52:51 (11 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/resources/computing/profiles/energy/power/ui/NodePowerInterface.java

    r1423 r1429  
    3838                        } 
    3939 
    40                         if(state == StandardPowerStateName.OFF || state == StandardPowerStateName.POWEROFF){ 
     40                        if(state == StandardPowerStateName.OFF || state == StandardPowerStateName.POWEROFF || state == StandardPowerStateName.BOOT){ 
    4141                                node.setStatus(ResourceStatus.UNAVAILABLE); 
    4242                        } 
    43                         else if(state == StandardPowerStateName.ON || state == StandardPowerStateName.BOOT){ 
     43                        else if(state == StandardPowerStateName.ON ){ 
    4444                                node.setStatus(ResourceStatus.FREE); 
    4545                        } 
Note: See TracChangeset for help on using the changeset viewer.