Skip to content

Commit 712d99e

Browse files
update
Signed-off-by: Future-Outlier <eric901201@gmail.com>
1 parent 4ea3f9d commit 712d99e

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

  • doc/source/cluster/vms/user-guides/community

doc/source/cluster/vms/user-guides/community/slurm.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,13 @@ compute node. The line that fixes the zombie problem is ``init: true``:
241241
init: true # PID 1 becomes tini, which reaps zombies
242242
command: ["slurmd"]
243243
244-
After this change, ``ray stop`` sees each Ray process exit with status
245-
``terminated`` (not ``zombie``) and reports ``Stopped N out of N``.
244+
After this change, the Ray processes are properly reaped on teardown,
245+
so ``psutil.wait_procs`` no longer classifies them as alive and
246+
``ray stop`` prints its success message instead of the warning above:
247+
248+
.. code-block:: text
249+
250+
SUCCESS scripts.py:1488 -- Stopped all 6 Ray processes.
246251
247252
References
248253
^^^^^^^^^^

0 commit comments

Comments
 (0)