Skip to content

Fix Weka refresh #666

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 28, 2025
Merged

Fix Weka refresh #666

merged 2 commits into from
May 28, 2025

Conversation

lewtun
Copy link
Member

@lewtun lewtun commented May 28, 2025

I am removing the refresh on the current working directory as it throws an error I am not sure is worth debugging:

+ echo 'Refreshing Weka filesystem...'
+ find -L /fsx/h4/ -type f
+ xargs -d '\n' -r -n512 -P64 weka fs tier fetch
+ find -L /fsx/lewis/git/hf/dev/open-r1 -type f -not -path '/fsx/lewis/git/hf/dev/open-r1/data/*'
+ xargs -d '\n' -r -n512 -P64 weka fs tier fetch
error: This file is not on a wekafs mount

@lewtun lewtun requested a review from edbeeching May 28, 2025 10:00
@edbeeching edbeeching merged commit a6b4f66 into main May 28, 2025
1 check passed
@edbeeching edbeeching deleted the lewtun-patch-1 branch May 28, 2025 11:45
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.

2 participants