Refactor: scheduler: Rearrange pe__clone_default.
Instead of the single stopped list, maintain a hash table where the keys
are nodes and the values are the status of the node. For now, this is
just "Stopped" or "Stopped (disabled)" but in the future will be
expanded to cover failed probe operations.