8000 file uploads still not quite right under certain conditions · Issue #4318 · OSC/ondemand · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

file uploads still not quite right under certain conditions #4318

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

Open
johrstrom opened this issue Apr 25, 2025 · 0 comments
Open

file uploads still not quite right under certain conditions #4318

johrstrom opened this issue Apr 25, 2025 · 0 comments

Comments

@johrstrom
Copy link
Contributor

From discourse: https://discourse.openondemand.org/t/file-upload-and-posix-acl-support-updated/3783/7

This has more to do with file uploading and ensuring the file has the right permissions & ownership. Apparently if there's a setbit on the HOME directory, but not on tmp when the file is moved from tmp to somewhere else like your HOME the setbit on the HOME isn't being respected by move when it would be respected by a copy operation.

Seems like the best solution is to traverse the parents and see if there are setbits set and try to adhere to them. We could of course copy instead of move but that's likely expensive.

@johrstrom johrstrom added this to the 4.1 milestone Apr 25, 2025
@moffatsadeghi moffatsadeghi added the 4.1 release Planned for 4.1 release label May 13, 2025
@github-project-automation github-project-automation bot moved this to Milestone Bucket in 4.1 Categorization May 13, 2025
6091 @moffatsadeghi moffatsadeghi moved this from Milestone Bucket to Medium Priority / Importance in 4.1 Categorization May 13, 2025
@moffatsadeghi moffatsadeghi moved this from Medium Priority / Importance to High Priority / Importance in 4.1 Categorization May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: High Priority / Importance
Development

No branches or pull requests

2 participants
0