Summary
GET /filesystem/ls/{resource_id}?path=... works intermittently for scratch paths but consistently fails for home directory paths with:
Timed out waiting for job submission
The filesystem operations appear to be implemented via background Slurm jobs on login nodes, which makes them unreliable for interactive use.
Impact
Minor — filesystem listing is useful for verifying job output but not critical for the pipeline since job status can be checked via the compute status endpoint.
Environment
- NERSC Perlmutter
- API:
https://api.iri.nersc.gov/api/v1
- Scratch path:
/pscratch/sd/t/timjdunn/ (intermittent success)
- Home path:
/global/u1/t/timjdunn/ (always fails)
- Date: 2026-03-03
Summary
GET /filesystem/ls/{resource_id}?path=...works intermittently for scratch paths but consistently fails for home directory paths with:The filesystem operations appear to be implemented via background Slurm jobs on login nodes, which makes them unreliable for interactive use.
Impact
Minor — filesystem listing is useful for verifying job output but not critical for the pipeline since job status can be checked via the compute status endpoint.
Environment
https://api.iri.nersc.gov/api/v1/pscratch/sd/t/timjdunn/(intermittent success)/global/u1/t/timjdunn/(always fails)