Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aegea launch should not die if SFR instance is terminated during waiting period #5

Open
kislyuk opened this issue Oct 8, 2016 · 0 comments

Comments

@kislyuk
Copy link
Owner

kislyuk commented Oct 8, 2016

INFO:aegea:Launching <aegea.util.aws.SpotFleetBuilder object at 0x10f6c9908: {'cores': 1, 'dry_run': False, 'gpus_per_instance': 0, 'iam_fleet_role': iam.Role...otFleet'), ...}>
Traceback (most recent call last):
  File "/Users/kislyuk/projects/mutt/build/mutt-master/VE/bin/aegea", line 23, in <module>
    aegea.main()
  File "/Users/kislyuk/projects/mutt/build/mutt-master/VE/lib/python2.7/site-packages/aegea/__init__.py", line 58, in main
    result = parsed_args.entry_point(parsed_args)
  File "/Users/kislyuk/projects/mutt/build/mutt-master/VE/lib/python2.7/site-packages/aegea/launch.py", line 142, in launch
    instance.wait_until_running()
  File "/Users/kislyuk/projects/mutt/build/mutt-master/VE/lib/python2.7/site-packages/boto3/resources/factory.py", line 369, in do_waiter
    waiter(self, *args, **kwargs)
  File "/Users/kislyuk/projects/mutt/build/mutt-master/VE/lib/python2.7/site-packages/boto3/resources/action.py", line 202, in __call__
    response = waiter.wait(**params)
  File "/Users/kislyuk/projects/mutt/build/mutt-master/VE/lib/python2.7/site-packages/botocore/waiter.py", line 53, in wait
    Waiter.wait(self, **kwargs)
  File "/Users/kislyuk/projects/mutt/build/mutt-master/VE/lib/python2.7/site-packages/botocore/waiter.py", line 321, in wait
    last_response=response,
botocore.exceptions.WaiterError: Waiter InstanceRunning failed: Waiter encountered a terminal failure state
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant