-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Continuous disk IO of "s6-supervise ddclient" process #89
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
I noticed the new read-only feature and tried it. That seems to work around the issue. services:
ddclient:
image: linuxserver/ddclient
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
volumes:
- ./config/:/config
tmpfs:
- /run:exec
- /tmp
read_only: true |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue is locked due to inactivity |
Is there an existing issue for this?
Current Behavior
This is the same issue as #57 but that was auto closed and locked. The problem still persists, so why close the issue just because nobody bothered to fix it?
Constant disk write activity for no good reason. I suspect this is what trashed my eMMC flash chip on my SBC. I finally noticed it after migrating to a new SBC that has a disk activity light.
Expected Behavior
This docker could be implemented in a way that doesn't do unecessary writes to storage every second.
There was a similar issue reported on another project. Maybe there's a quick fix that's applicable for this one.
Please see NginxProxyManager/nginx-proxy-manager#2741
https://github.com/NginxProxyManager/nginx-proxy-manager/pull/3044/files
Steps To Reproduce
Just the normal use case.
Environment
CPU architecture
arm64
Docker creation
The text was updated successfully, but these errors were encountered: