-
-
Notifications
You must be signed in to change notification settings - Fork 203
Closed
Labels
Description
ISSUE
When I change the active state of a host.
Actual behavior
No extra power and time cost is spent.
Expected behavior
Actually, extra power and time cost is needed to power on/off a host, and a host cannot directly change from an active state to off state (and vice versa).
I scrutinize the source code, and find that, when setting a host active, the host is active immediately.
Accordingly to the actual situations, it will take tens of seconds to power a host on/off, and during such time extra power is consumed.
Therefore, I suggest to fix this problem to support accurate power-aware simulations.