Vouch request: gracesmith6504 #2212
Closed
gracesmith6504
started this conversation in
Vouch Request
Replies: 2 comments
-
|
/vouch |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@gracesmith6504 has been vouched by @johntmyers. You can now submit pull requests to OpenShell. Welcome aboard. Please read CONTRIBUTING.md before submitting. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What do you want to work on?
Hi, I'm Grace Smith, i'm working on the same team at Red Hat as rhuss, ChristianZaccaria and r3v5.
I would like to work on this issue 2173. I have reproduced the bug on WSL using Podman and can confirm it still exists.

The bug occurs when moving from the temp folder into the mounted volume across device as it uses rename() which only works within the same device.
The fix is to create the temp folder inside the output directory instead of next to it.This way both are always on the same device.
Why this change?
I want to fix this bug so that it works across devices so that cert generation succeeds and doesnt hit the cross-device error even when the output directory is on a mounted volume
Checklist
Beta Was this translation helpful? Give feedback.
All reactions