1. Find The Zombie
root@dama-ceph-1:~# ps aux | grep Z
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
167 22995 0.0 0.0 0 0 ? Z 13:53 0:00 [ssh] <defunct>
167 23778 0.0 0.0 0 0 ? Z 13:53 0:00 [ssh] <defunct>
root 56035 0.0 0.0 7960 2672 pts/0 S+ 23:09 0:00 grep --color=auto Z2. Get the parent processroot@dama-ceph-1:~# pstree -p -s 22995systemd(1)───containerd-shim(21448)───ceph-mgr(21474)───ssh(22995)
3. Kill the processkill -9 process_id