mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 20:07:41 +08:00
[autoscaler] Fix run_env='host' for initialization commands (#10137)
This commit is contained in:
@@ -286,7 +286,8 @@ class NodeUpdater:
|
||||
self.cmd_runner.run(
|
||||
cmd,
|
||||
ssh_options_override_ssh_key=self.
|
||||
auth_config.get("ssh_private_key"))
|
||||
auth_config.get("ssh_private_key"),
|
||||
run_env="host")
|
||||
except ProcessRunnerError as e:
|
||||
if e.msg_type == "ssh_command_failed":
|
||||
cli_logger.error("Failed.")
|
||||
|
||||
Reference in New Issue
Block a user