Remove zombie special case from IsProcessAlive
authorIustin Pop <iustin@google.com>
Tue, 11 Nov 2008 10:58:28 +0000 (10:58 +0000)
committerIustin Pop <iustin@google.com>
Tue, 11 Nov 2008 10:58:28 +0000 (10:58 +0000)
commit44bf25fffa15970b7ab8677f718026e603ed2543
treeff0b403b483ee147a050db9e5aa2a8d909cb9675
parentff5251bc6dd7ef8d62e3397a05209a44039892db
Remove zombie special case from IsProcessAlive

Based on the discussion on the mailing list, we remove the special
casing of zombie processes.

Note we don't use kill -0 since that has a different meaning than "check
process is alive", so this function is still linux-specific.

Reviewed-by: imsnah
lib/utils.py
test/ganeti.utils_unittest.py