I suddenly failed to have my data volume mounted to instance (p2.xlarge or p2.16xlarge) with following error:
Waiting for instance i-03fd833c03d2999a6 to initialize...
[
ubu...@54.211.84.206] run: ls /data
Traceback (most recent call last):
File "/Users/dreyfusslab/CloudSoftwareTools/cryoem-cloud-tools/aws//launch_AWS_instance.py", line 594, in <module>
AttachMountEBSVol(instanceID,params['volume'],PublicIP,keyPath,params)
File "/Users/dreyfusslab/CloudSoftwareTools/cryoem-cloud-tools/aws//launch_AWS_instance.py", line 522, in AttachMountEBSVol
dir_exists=exec_remote_cmd('ls /%s' %(params['dirname']))
File "/Users/dreyfusslab/CloudSoftwareTools/cryoem-cloud-tools/aws//launch_AWS_instance.py", line 549, in exec_remote_cmd
return run(cmd)
File "/Users/dreyfusslab/Library/Python/2.7/lib/python/site-packages/fabric/network.py", line 687, in host_prompting_wrapper
return func(*args, **kwargs)
File "/Users/dreyfusslab/Library/Python/2.7/lib/python/site-packages/fabric/operations.py", line 1090, in run
shell_escape=shell_escape, capture_buffer_size=capture_buffer_size,
File "/Users/dreyfusslab/Library/Python/2.7/lib/python/site-packages/fabric/operations.py", line 930, in _run_command
channel=default_channel(), command=wrapped_command, pty=pty,
File "/Users/dreyfusslab/Library/Python/2.7/lib/python/site-packages/fabric/state.py", line 435, in default_channel
chan = _open_session()
File "/Users/dreyfusslab/Library/Python/2.7/lib/python/site-packages/fabric/state.py", line 420, in _open_session
session = transport.open_session(timeout=env.timeout)
File "build/bdist.macosx-10.10-intel/egg/paramiko/transport.py", line 732, in open_session
File "build/bdist.macosx-10.10-intel/egg/paramiko/transport.py", line 860, in open_channel
paramiko.ssh_exception.SSHException: Timeout openning channel.
Any suggestion?
Jingqi