| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
My comment shouldn't block having this merged, but something to add later if we want.
Sorry, something went wrong.
| statusReport.runner_available_disk_space_bytes = diskInfo.numAvailableBytes; | ||
| statusReport.runner_total_disk_space_bytes = diskInfo.numTotalBytes; |
There was a problem hiding this comment.
Do we want to capture the reason for the df failure and send it as part of the status report?
Sorry, something went wrong.
There was a problem hiding this comment.
The message wouldn't make it into kusto, but at least it would be available in splunk.
Sorry, something went wrong.
There was a problem hiding this comment.
We could probably add an internal error diagnostic for this. Let's address as potential follow up, as you suggest.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
We've noticed some situations where df fails due to the tracer not initializing correctly, and therefore we are unable to determine available disk space. Let's instead fail gracefully when we can't determine available disk space.
Merge / deployment checklist