Kevin Matzen created MESOS-1847:
-----------------------------------
Summary: mesos-ec2 launch: tries to rsync before ssh is available
Key: MESOS-1847
URL: https://issues.apache.org/jira/browse/MESOS-1847
Project: Mesos
Issue Type: Bug
Components: ec2
Reporter: Kevin Matzen
If you don't specify a wait time that is long enough, then wait_for_cluster
will return once the instances have launched, but ssh will not necessarily be
available. deploy_files will execute rsync and then possibly fail. ssh should
be tested before continuing onto the file deployment stage. It's not really
clear to me why opts.wait is even a thing when you can simply test for the
availability.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)