Everything posted by nocternal
-
Error creating containers due to diskspace error
@JorgeB - Not seeing any errors when running either. Also attaching an updated diagnostics file. daffy2-diagnostics-20240718-1141.zip
-
Error creating containers due to diskspace error
@JorgeB - sorry for the delay - was off on holidays for a few days. I restarted the Unraid host, started array, and grabbed another diagnostics file. Uptime at time of diagnostics output was ~11 minutes. daffy2-diagnostics-20240715-1438.zip
-
Error creating containers due to diskspace error
I rebooted Unraid lafter generating the above information. I tried the many fixes that were mentioned in this, and other, threads. None of them worked. Always got the same error message as mentioned above. As epxected - a reboot solved the issue. Unraid has been up for 2+ days now. See new diagnostics ZIP file attached. daffy2-diagnostics-20240705-0820.zip
-
Error creating containers due to diskspace error
I've been searching the forums over and over trying to find a solution to this exact issue. I found this thread while searching and seems to be the exact same issue I am having. I first notice this issue when attempting to update/restart/deploy a new docker container. All other filesystems are fine - but I see the same kind of message in the syslog file as others here: Jul 2 15:38:54 daffy2 rc.docker: tautulli: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: unable to apply cgroup configuration: mkdir /sys/fs/cgroup/docker/8e65c2d7c8f33a906a14852bf24ecad30d096c75c5fcfe0a00452116c5021e04: no space left on device: unknown This is definitely related to the /sys/fs/cgroup file ystem. Even though doing a 'df -h' or 'df -i' shows nothing: root@daffy2:/# df -i /sys/fs/cgroup Filesystem Inodes IUsed IFree IUse% Mounted on cgroup2 0 0 0 - /sys/fs/cgroup root@daffy2:/# df -h /sys/fs/cgroup Filesystem Size Used Avail Use% Mounted on cgroup2 0 0 0 - /sys/fs/cgroup ***when you enter /sys/fs/cgroup and do a listing... it looks much more interesting. There are ~65536 ./c?????/ folders in there! I think somehow we are exhausting the maximum structure of some file system here? I am attaching my diagnostics file and my output of 'ls -l /sys/fs/cgroup/'. The directory listing alone is 3MB in text! root@daffy2:/sys/fs/cgroup# ls -l > /tmp/cgroup.txt root@daffy2:/sys/fs/cgroup# zip /tmp/daffy2-sys-fs-cgroup-listing.zip /tmp/cgroup.txt adding: tmp/cgroup.txt (deflated 94%) ***and like countless others here... doing a reboot of Unraid resolves the issue. There's also no ./c?????/ folders within /sys/fs/cgroup/ either! daffy2-sys-fs-cgroup-listing.zip daffy2-diagnostics-20240702-1545.zip