Skip to content
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

backwards compatibility for file:///abs-path #44

Merged
merged 8 commits into from
May 31, 2024
Merged

Conversation

simonpintarelli
Copy link
Member

@simonpintarelli simonpintarelli commented May 29, 2024

  • allow file:// to be in image path
  • don't set UENV_MOUNT_LIST if no images are mounted
  • allow empty UENV_MOUNT_LIST -> srun --uenv='' and srun --uenv=',,,' are now accepted too
  • version 0.8.0 -> 0.8.1, or should it be 0.9.0 since --uenv accepts empty arguments?

@simonpintarelli simonpintarelli merged commit 1f0ca80 into master May 31, 2024
6 checks passed
bcumming pushed a commit that referenced this pull request May 31, 2024
There was another instance of `file://` in the code, the plugin exported the image path using `file://` prefix. Causing subsequent srun to fail.

This has been fixed already #44. 

The current PR removes the inconsistent setting of UENV_MOUNT_LIST. `squashfs-mount` omits `file://`.
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