Trigger needs-restart condition also on deleted files with still open file desciptor #1
Loading…
x
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
docker
package upgrade/usr/bin/dockerd
will be responsible for providing access to the newer version. The old/usr/bin/dockerd
will 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
lsof
output for(deleted)
strings and if found suggest a restart.