reader icon indicating copy to clipboard operation
reader copied to clipboard

Add ability to delete a carrel

Open dbrower opened this issue 3 years ago • 1 comments

dbrower avatar May 26 '21 18:05 dbrower

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 avatar May 27 '21 19:05 dbrower