mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 04:20:14 +08:00
Small improvements to using ray on large cluster documentation. (#573)
This commit is contained in:
committed by
Philipp Moritz
parent
b62693ca67
commit
3d2f1b1941
@@ -36,7 +36,7 @@ Additional assumptions:
|
||||
* The head node will run Redis and the global scheduler.
|
||||
* The head node has ssh access to all other nodes.
|
||||
* All nodes are accessible via ssh keys
|
||||
* Ray is checked out on each node at the location `$HOME/ray`.
|
||||
* Ray is checked out on each node at the location ``$HOME/ray``.
|
||||
|
||||
**Note:** The commands below will probably need to be customized for your
|
||||
specific setup.
|
||||
@@ -248,7 +248,9 @@ Next run the upgrade script on the worker nodes.
|
||||
|
||||
parallel-ssh -h workers.txt -P -t 0 -I < upgrade.sh
|
||||
|
||||
Note here that we use the ``-t 0`` option to set the timeout to infinite.
|
||||
Note here that we use the ``-t 0`` option to set the timeout to infinite. You
|
||||
may also want to use the ``-p`` flag, which controls the degree of parallelism
|
||||
used by parallel ssh.
|
||||
|
||||
It is probably a good idea to ssh to one of the other nodes and verify that the
|
||||
upgrade script ran as expected.
|
||||
|
||||
Reference in New Issue
Block a user