We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ea3f9d commit 712d99eCopy full SHA for 712d99e
1 file changed
doc/source/cluster/vms/user-guides/community/slurm.rst
@@ -241,8 +241,13 @@ compute node. The line that fixes the zombie problem is ``init: true``:
241
init: true # PID 1 becomes tini, which reaps zombies
242
command: ["slurmd"]
243
244
-After this change, ``ray stop`` sees each Ray process exit with status
245
-``terminated`` (not ``zombie``) and reports ``Stopped N out of N``.
+After this change, the Ray processes are properly reaped on teardown,
+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.
251
252
References
253
^^^^^^^^^^
0 commit comments