On Wed, Jul 31, 2013 at 10:29 AM, Joe Julian <joe at julianfamily.org> wrote: > To kill a zombie process, you have to kill the parent process. > > ps -p 23744 -o ppid= > > If the result is 1, then you are stuck rebooting. Otherwise, kill that > process. Thanks Joe. Unfortunately the parent pid is indeed 1 and I'm not likely to want to kill systemd. Can gluster be told to stop trying to use that old port and named pipe/socket? In any case, it looks like I'll have to schedule some down time for the cluster and reboot that node. Joel