Fix some paths /tmp/raylogs -> /tmp/ray. (#3189)

This commit is contained in:
Robert Nishihara
2018-11-02 12:10:53 -07:00
committed by Philipp Moritz
parent 5822aa2388
commit e495ab5e7c
5 changed files with 142 additions and 141 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ def get_or_create_head_node(config, config_file, no_restart, restart_only, yes,
logger.info("Head node up-to-date, IP address is: {}".format(
provider.external_ip(head_node)))
monitor_str = "tail -n 100 -f /tmp/raylogs/monitor-*"
monitor_str = "tail -n 100 -f /tmp/ray/session_*/logs/monitor*"
for s in init_commands:
if ("ray start" in s and "docker exec" in s
and "--autoscaling-config" in s):