I keep getting this error when I try to gzip and upload files to GS although I have a lot of free space available. Why is that?
I’m using gsutil version 3.16.
I keep getting this error when I try to gzip and upload files to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
gsutil compresses files in the system’s default temp directory (mine is /tmp on ubuntu) and depending on your partitions this can result to failures on large files. It would be better if this could be a parameter within the .boto file rather than using the system-dependent one. You can overcome this by setting your system TMPDIR environment variable before running gsutil
export TMPDIR=/home/repldba/tempfiles/