Created
August 26, 2013 13:58
-
-
Save tschellenbach/6341690 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2013-08-26 13:49:11,820 [INFO] snaptastic.snapshotter: Attaching volume vol-b3b128e6 to instance i-ce402f81 | |
Aug 26 13:49:12 ip-10-37-176-131 startup: Traceback (most recent call last): | |
Aug 26 13:49:12 ip-10-37-176-131 startup: File "/usr/local/bin/snaptastic", line 9, in <module> | |
Aug 26 13:49:12 ip-10-37-176-131 startup: load_entry_point('snaptastic==0.2.10', 'console_scripts', 'snaptastic')() | |
Aug 26 13:49:12 ip-10-37-176-131 startup: File "/usr/local/lib/python2.7/dist-packages/snaptastic/cli.py", line 125, in main | |
Aug 26 13:49:12 ip-10-37-176-131 startup: p.dispatch() | |
Aug 26 13:49:12 ip-10-37-176-131 startup: File "/usr/local/lib/python2.7/dist-packages/argh/helpers.py", line 53, in dispatch | |
Aug 26 13:49:12 ip-10-37-176-131 startup: return dispatch(self, *args, **kwargs) | |
Aug 26 13:49:12 ip-10-37-176-131 startup: File "/usr/local/lib/python2.7/dist-packages/argh/dispatching.py", line 123, in dispatch | |
Aug 26 13:49:12 ip-10-37-176-131 startup: for line in lines: | |
Aug 26 13:49:12 ip-10-37-176-131 startup: File "/usr/local/lib/python2.7/dist-packages/argh/dispatching.py", line 199, in _execute_command | |
Aug 26 13:49:12 ip-10-37-176-131 startup: for line in result: | |
Aug 26 13:49:12 ip-10-37-176-131 startup: File "/usr/local/lib/python2.7/dist-packages/argh/dispatching.py", line 182, in _call | |
Aug 26 13:49:12 ip-10-37-176-131 startup: result = args.function(*positional, **keywords) | |
Aug 26 13:49:12 ip-10-37-176-131 startup: File "/usr/local/lib/python2.7/dist-packages/snaptastic/cli.py", line 54, in mount_snapshots | |
Aug 26 13:49:12 ip-10-37-176-131 startup: snap.mount_snapshots(ignore_mounted=ignore_mounted, dry_run=dry_run) | |
Aug 26 13:49:12 ip-10-37-176-131 startup: File "/usr/local/lib/python2.7/dist-packages/snaptastic/snapshotter.py", line 192, in mount_snapshots | |
Aug 26 13:49:12 ip-10-37-176-131 startup: self.mount_snapshot(vol) | |
Aug 26 13:49:12 ip-10-37-176-131 startup: File "/usr/local/lib/python2.7/dist-packages/snaptastic/snapshotter.py", line 227, in mount_snapshot | |
Aug 26 13:49:12 ip-10-37-176-131 startup: self.attach_volume(ebs_volume, boto_volume) | |
Aug 26 13:49:12 ip-10-37-176-131 startup: File "/usr/local/lib/python2.7/dist-packages/snaptastic/snapshotter.py", line 312, in attach_volume | |
Aug 26 13:49:12 ip-10-37-176-131 startup: boto_volume.id, self.instance_id, ebs_volume.device) | |
Aug 26 13:49:12 ip-10-37-176-131 startup: File "/usr/local/lib/python2.7/dist-packages/boto/ec2/connection.py", line 1806, in attach_volume | |
Aug 26 13:49:12 ip-10-37-176-131 startup: return self.get_status('AttachVolume', params, verb='POST') | |
Aug 26 13:49:12 ip-10-37-176-131 startup: File "/usr/local/lib/python2.7/dist-packages/boto/connection.py", line 1115, in get_status | |
Aug 26 13:49:12 ip-10-37-176-131 startup: raise self.ResponseError(response.status, response.reason, body) | |
Aug 26 13:49:12 ip-10-37-176-131 startup: boto.exception.EC2ResponseError: EC2ResponseError: 400 Bad Request | |
Aug 26 13:49:12 ip-10-37-176-131 startup: <?xml version="1.0" encoding="UTF-8"?> | |
Aug 26 13:49:12 ip-10-37-176-131 startup: <Response><Errors><Error><Code>IncorrectState</Code><Message>vol-b3b128e6 is not 'available'.</Message></Error></Errors><RequestID>8a43bfb2-0890-44fa-b23a-e0e1b9ff44a7</RequestID></Response> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment