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

Add ability to delete a carrel #167

Open
dbrower opened this issue May 26, 2021 · 1 comment
Open

Add ability to delete a carrel #167

dbrower opened this issue May 26, 2021 · 1 comment
Labels
webui Relates to the web portal
Projects

Comments

@dbrower
Copy link
Collaborator

dbrower commented May 26, 2021

No description provided.

@dbrower dbrower created this issue from a note in Spring 2021 (To do) May 26, 2021
@dbrower
Copy link
Collaborator Author

dbrower commented May 27, 2021

Running into problems that the webui does not have file permissions to delete carrel files. It looks like the compute code assigns all carrel files to have owner "eric":

drwxr-xr-x. 16 eric eric 4096 May 26 17:44 dogs

The webui can read the files but not delete them. The carrel records are removed from the database, but if the carrel is not removed from disk it will reappear the next time the background process scans the private carrels, a process that occurs every 5 minutes.

@dbrower dbrower added the webui Relates to the web portal label Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
webui Relates to the web portal
Projects
Development

No branches or pull requests

1 participant