You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[support-bundle] include for large log files (#8771)
@wfchandler noticed an error in a collected support bundle where we
failed to copy a large (31GB) log file.
We need to turn on [large file
support](https://docs.rs/zip/latest/zip/write/struct.FileOptions.html#tymethod.large_file)
if we wish to include these files.
```
03:21:25.519Z ERRO SledAgent: Failed to write service log to zip file: Large file option has not been set
file = sled-diagnostics/src/logs.rs:725
log = /pool/ext/1f91451d-a466-4c9a-a6e6-0abd7985595f/crypt/debug/.zfs/snapshot/sled-diagnostics-fJX7Qry22VZX/oxz_crucible_76fe2161-90df-41b5-9c94-067de9c29db1/oxide-crucible-downstairs:downstairs-430d51d9-bad0-4dda-bd3b-548f176a9b51.log.1754362713
service = crucible-downstairs
sled_id = 2c33e8ef-ae07-4191-804d-52a1840ce53c
```
0 commit comments