Trigger needs-restart condition also on deleted files with still open file desciptor #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In cases such as a
dockerpackage upgrade/usr/bin/dockerdwill be responsible for providing access to the newer version. The old/usr/bin/dockerdwill still be loaded in memory and active after a package upgrade causing other invocations of docker to talk to daemon based on the old version until a restart is done.Check
lsofoutput for(deleted)strings and if found suggest a restart.