Bugzilla – Bug 3899
globus-stop-container-detached doesn't give the container the chance to finish normally
Last modified: 2005-11-17 14:11:09
You need to log in before you can comment on or make changes to this bug.
The globus-stop-container-detached first sends SIGTERM signal and then almost immediately sends the SIGKILL signal. That does not give the container enough time to finish it's normal shutdown procedure. The globus-stop-container- detached should wait for the process to exit for a bit before issuing the SIGKILL signal.
Fix commited to globus_4_0_branch and HEAD. It will first send SIGTERM. If the container has not exited by itself after 2 minutes, SIGKILL will be sent.