Closed mikemorency closed 1 month ago
Attention: Patch coverage is 0%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 27.15%. Comparing base (
013afa4
) to head (2ebbcf7
). Report is 20 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
plugins/modules/cluster_drs_recommendations.py | 0.00% | 3 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
According to the actual output:
"description": "server1 will move from host1 to host2.",
"description": "server2 will move from host1 to host2.",
SUMMARY
When applying DRS recommendations, nothing is returned by the ApplyRecommendation method. This change adds a step to lookup the latest task associated with the VM targeted by the recommendation and monitors that task to determine if the recommendation succeeded.
ISSUE TYPE
COMPONENT NAME
cluster_drs_recommendations