Skip to content

[4/3] Place SP task dumps under sp_task_dumps/ in support bundles#10411

Open
smklein wants to merge 1 commit intoomdb-support-bundle-collectfrom
fix-sp-task-dumps-location
Open

[4/3] Place SP task dumps under sp_task_dumps/ in support bundles#10411
smklein wants to merge 1 commit intoomdb-support-bundle-collectfrom
fix-sp-task-dumps-location

Conversation

@smklein
Copy link
Copy Markdown
Collaborator

@smklein smklein commented May 8, 2026

While I was working on #10376, I noticed that SP dumps were being placed in the top-level directory of the bundle, not within the intended subdirectory.

This PR fixes that issue.

`spawn_collection_steps` creates an `sp_task_dumps/` directory in the
bundle root, but the per-SP closure it spawned captured the framework's
outer `dir` (the bundle root) instead of the subdirectory. As a result
the dumps landed at `<root>/sled_0/dump-0.zip`, `<root>/switch_0/...`,
etc., while `sp_task_dumps/` was created and left empty.

Capture `sp_dumps_dir` into the spawned closure so dumps land at
`sp_task_dumps/{sp.type}_{sp.slot}/dump-{i}.zip` as the surrounding
code intended.
@smklein smklein force-pushed the omdb-support-bundle-collect branch from b26398c to d180d48 Compare May 8, 2026 01:08
@smklein smklein force-pushed the fix-sp-task-dumps-location branch from 06786a0 to 8c1006c Compare May 8, 2026 01:08
@smklein smklein requested a review from wfchandler May 8, 2026 01:10
@smklein smklein marked this pull request as ready for review May 8, 2026 01:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant