Comment on Strange cAdvisor Issue
cass80@programming.dev 2 days agoMy guess is the cleanup process is running as root and clobbers anything it sees regardless of permissions. But that’s a guess. I’ve never tried keeping long term data in tmp.
Comment on Strange cAdvisor Issue
cass80@programming.dev 2 days agoMy guess is the cleanup process is running as root and clobbers anything it sees regardless of permissions. But that’s a guess. I’ve never tried keeping long term data in tmp.
irmadlad@lemmy.world 2 days ago
Sounds plausible. Thank you for your time and response.