fix: lease got renewed for vanished target

If an an evict job has a lease for a SpareNode there was no check if the NovaComputeNode of the SpareNode still exists. This lead to the problem, that if the target vanishes for any reason, the evictjob will continue to try to migrate to the non existing NovaComputeNode forever.

Merge request reports

Loading