boto / boto

For the latest version of boto, see https://github.com/boto/boto3 -- Python interface to Amazon Web Services

Home Page:http://docs.pythonboto.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

_get_file_internal raise StorageDataError: BotoClientError

xieduo7 opened this issue · comments

I got this error while I using boto.

b98811ab-e0da-4f05-96eb-c73f2b7a6029      File "/usr/local/lib/python2.7/dist-packages/boto/s3/key.py", line 1724, in get_contents_to_filename
b98811ab-e0da-4f05-96eb-c73f2b7a6029        response_headers=response_headers)
b98811ab-e0da-4f05-96eb-c73f2b7a6029      File "/usr/local/lib/python2.7/dist-packages/boto/s3/key.py", line 1662, in get_contents_to_file
b98811ab-e0da-4f05-96eb-c73f2b7a6029        response_headers=response_headers)
b98811ab-e0da-4f05-96eb-c73f2b7a6029      File "/usr/local/lib/python2.7/dist-packages/boto/s3/key.py", line 1494, in get_file
b98811ab-e0da-4f05-96eb-c73f2b7a6029        query_args=None)
b98811ab-e0da-4f05-96eb-c73f2b7a6029      File "/usr/local/lib/python2.7/dist-packages/boto/s3/key.py", line 1562, in _get_file_internal
b98811ab-e0da-4f05-96eb-c73f2b7a6029        '%s' % fp.name)
b98811ab-e0da-4f05-96eb-c73f2b7a6029    StorageDataError: BotoClientError: Out of space for destination file /var/lib/toil/toil-e7178a87-50ae-43c0-8566-220a6258b0d6-4338cbb2-a088-4ce6-94ab-6c8360313c36/tmpi10he8/eac5cb3f-64d8-4e82-9553-ac6be3ff9e49/tmpsRJvy8.tmp

I want to know what's the meaning of "out of space"? Does it mean the "memory" of the EC2 instance ? or Does it mean the "disk" of the EC2 instance?
Thank you!

I have posted it in stackflow so I will close this issue.