[Bug]: FileLogger Does Not Log If All 10 Files Can't Be Created #499
Labels
state:needs-triage
Needs to triaged to determine next steps
state:stale
Has not been updated in a long time
type:bug
Something isn't working
urgency:low
Little to no impact
Is there an existing issue for this?
Current Behavior
FileLogger attempts to write 10 files of size AdvancedLoggerPages * EFI_PAGE_SIZE to the ESP. If it cannot create all 10, logging fails.
Expected Behavior
FileLogger should use the smaller number of files available to it to log to, instead of requiring the large amount of space.
Steps To Reproduce
Have an ESP smaller than 10 x AdvancedLoggerPages * EFI_PAGE_SIZE.
Build Environment
Version Information
Urgency
Low
Are you going to fix this?
I will fix it
Do you need maintainer feedback?
No maintainer feedback needed
Anything else?
No response
The text was updated successfully, but these errors were encountered: