Skip to content

Conversation

@wconstab
Copy link
Contributor

@wconstab wconstab commented Nov 3, 2025

I was getting this error when launching mast jobs with sweep.py:

facebook.hpc_scheduler.hpcscheduler.types.HpcSchedulerServiceException:
WarmStorageSpec in task group 'torchrun' has a non-empty directory field
('checkpoint/infra') but has missing clusters field. If job requires
warm storage cluster mount, please configure storage mount options by
specifying region or conda storage mount environment variables. For more
details please see wiki:
https://www.internalfb.com/code/fbsource/fbcode/conda/mast/mount/README.md
.If you need further assistance, please make a post in
https://fb.workplace.com/groups/mast.users., error:
HpcSchedulerErrorCode::INVALID_JOB_DEFINITION (errorCode: 402)

Looking at the wiki, I guessed that probably I was missing the 'cluster' info in the FUSE_SRC var, and I also noted that we already specify this var in mount.py in torchtitan, so I copied the value from there to mast.py and it works.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Meta Open Source bot. label Nov 3, 2025
@wconstab wconstab requested a review from eellison November 3, 2025 19:32
I was getting this error:

```
facebook.hpc_scheduler.hpcscheduler.types.HpcSchedulerServiceException:
WarmStorageSpec in task group 'torchrun' has a non-empty directory field
('checkpoint/infra') but has missing clusters field. If job requires
warm storage cluster mount, please configure storage mount options by
specifying region or conda storage mount environment variables. For more
details please see wiki:
https://www.internalfb.com/code/fbsource/fbcode/conda/mast/mount/README.md
.If you need further assistance, please make a post in
https://fb.workplace.com/groups/mast.users., error:
HpcSchedulerErrorCode::INVALID_JOB_DEFINITION (errorCode: 402)
```

Looking at the wiki, I guessed that probably I was missing the 'cluster'
info in the FUSE_SRC var, and I also noted that we already specify this
var in mount.py in torchtitan, so I copied the value from there to
mast.py and it works.
@wconstab wconstab merged commit c379849 into main Nov 3, 2025
6 checks passed
@wconstab wconstab deleted the whc/fix_launcher branch November 3, 2025 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Meta Open Source bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants