Closed nesitor closed 3 months ago
These are two completely unrelated fixes, can you at least make two distinct commits, preferably two PRs ?
This is not totally unrelated, are issues found installing a new server. Why put it in different commits or different PRs? It's just 6 lines of code in total.
Attention: Patch coverage is 62.50000%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 61.72%. Comparing base (
a27a488
) to head (c2e4fa1
).
Files | Patch % | Lines |
---|---|---|
src/aleph/vm/hypervisors/firecracker/microvm.py | 50.00% | 1 Missing and 2 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Problem: If the server doesn't have access to Internet, it just crashes. Also, if an instance is removed, it fails removing the base block device.
Solution: Handle the crash and log as an error about the Internet connection. Check if the mounted block devices exist before removing it.