g4bl runner: mdh copy-file fetch for basename-only tarballs on grid#37
Merged
g4bl runner: mdh copy-file fetch for basename-only tarballs on grid#37
Conversation
On grid workers the POMS map's `tarball` field is a basename only — Condor doesn't auto-stage cnf.*.tar (only the map JSON via dropbox). The previous code raised "tarball not found" immediately. Now mirrors the art-side `process_direct_input:411` pattern: if the basename isn't local, run `mdh copy-file -e 3 -o -v -s disk -l local <tarball>` to fetch from dCache. cnf tarballs live on `disk` by Mu2e convention (matching art-side `-s disk` and pushOutput `disk` location for the G4blPOT TESTaa demonstrator tarball at /pnfs/mu2e/persistent/datasets/ phy-etc/cnf/mu2e/G4blPOT/TESTaa/tar/c7/74/). Both smoke modes verified: full-path local (regression) and basename-only worker simulation. Required for grid execution; pending cvmfs prodtools release with this commit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
On grid workers the POMS map's
tarballfield is a basename only — Condor doesn't auto-stage cnf.*.tar (only the map JSON via dropbox). The previous code raised "tarball not found" immediately. Now mirrors the art-sideprocess_direct_input:411pattern: if the basename isn't local, runmdh copy-file -e 3 -o -v -s disk -l local <tarball>to fetch from dCache. cnf tarballs live ondiskby Mu2e convention (matching art-side-s diskand pushOutputdisklocation for the G4blPOT TESTaa demonstrator tarball at /pnfs/mu2e/persistent/datasets/ phy-etc/cnf/mu2e/G4blPOT/TESTaa/tar/c7/74/).Both smoke modes verified: full-path local (regression) and basename-only worker simulation.
Required for grid execution; pending cvmfs prodtools release with this commit.