0

We are running k8s on SUSE. In some node, I found thousands of system units like this:

sudo systemctl list-units --all | egrep "run-docker-runtime.*loaded.*inactive.*dead"

  run-docker-runtime\x2drunc-moby-06602e420865db95c43f1067abc86c44cda8a217b315cf792311d363e73379f3-runc.aaDpgy.mount      loaded    inactive dead
  run-docker-runtime\x2drunc-moby-06602e420865db95c43f1067abc86c44cda8a217b315cf792311d363e73379f3-runc.aAFULE.mount      loaded    inactive dead
......

sudo systemctl list-units --all | egrep "run-docker-runtime.*loaded.*inactive.*dead" | wc -l
128287

I tried to release them with systemctl daemon-reload, but sometime it will caused system reboot. Is there a better way to release them or disable them?

caclp
  • 1

0 Answers0