November 18, 20241 yr For the past ~6 months or so, occasionally all my docker containers stop working. I go to the system log and see this. Its resolved by hard resetting the computer, at which point everything works as it did for some indeterminate amount of time. Sometimes its a few days, sometimes its weeks. Seems to be happening more often lately. Just wondering if there is anything in the logs above that might indicate what the problem is. Just FYI, nvme0n1p1 is the only SSD I have in the cache pool. I do monthly parity checks on my array, and currently have 0 errors. Thanks!
November 18, 20241 yr Community Expert Some NVMe devices have issues with power states on Linux, try this, on the main GUI page click on the flash drive, scroll down to "Syslinux Configuration", make sure it's set to "menu view" (top right) and add this to your default boot option, after "append initrd=/bzroot" nvme_core.default_ps_max_latency_us=0 pcie_aspm=off pcie_port_pm=off e.g.: append initrd=/bzroot nvme_core.default_ps_max_latency_us=0 pcie_aspm=off pcie_port_pm=off Reboot and see if it makes a difference.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.