Keep getting "[Errno 28] No space left on device" message in CLI while trying to delete Glacier archives

0

Been trying to figure out how to check storage space, change it, or at least see it. Is there anyway to get clearcut instructions for doing this without paying anything? I've been ordered to delete glacier files that a (since) fired employee erroneously uploaded. I've been successfully deleting archive files (from the archive id's obtained from the output-json), but cannot get any outputjson reports due to the "...No space left on device" message. We're going ut of business and cannot pay anymore

Dno
질문됨 6달 전278회 조회
4개 답변
0

[Errno 28] No space left on device is a message more likely to be associated with the device you're running the commands on - is this a server, or an EC2 instance, or your laptop - rather than S3.

Check the local filesystem usage for any full filesystems.

profile picture
전문가
Steve_M
답변함 6달 전
profile pictureAWS
전문가
검토됨 6달 전
  • No, thats not it. I've duplicated the same process (with exact error) on other machines

  • Could you share the command you're running (obfuscate the bucket name if you prefer) as well as the full error message please.

0

1st I type: aws glacier initiate-job --account-id 7115####8535 --vault-name Cxxxs --job-parameters='{"Type": "inventory-retrieval"}'

then: aws glacier describe-job --account-id 711####535 --vault-name Cxxx --job-id fFWmpU3oc3hc8AEFRwZRDP0AINs-X9NpbF-FrMMB8uWR*****83AUOFb5Ha9SXdAd6h8WCIB_zCSXXSugdDWgGEM65

I keep checking, keep getting "... "Completed": false, "StatusCode": "InProgress",..." for a few hours, then finally get: "StatusCode": "Succeeded", "StatusMessage": "Succeeded",

then I type:

aws glacier get-job-output --account-id 711####535 --vault-name Cxxx --job-id fFWmpU3oc3hc8AEFRwZRDP0AINs-X9NpbF-FrMMB8uW*****3AUOFb5Ha9SXdAd6h8WCIB_zCSXXSugdDWgGEM65 output.json

and get: [Errno 28] No space left on device

Dno
답변함 6달 전
  • The aws glacier get-job-output command is trying to write output.json to disk, presumably in the current directory.

    What's the anticipated size of output.json and is there enough free space in the filesystem? Try both df -h and df -i just in case it's run out of inodes and not blocks.

    Also, does the user that is running the command have write privileges to the directory?

0

Still getting the exact error message using a different machine (with full privilidges and more than enough space) Is there a way to get in touch with a real person who manages these vaults/archives? We've had a nighmare trying to download (& delete) these files that we need to get rid of. Thaks for all of your help

Dno
답변함 6달 전
0

Thanks. I actually upgraded my account last week in hopes of getting answer, but so far its been radio silence,,,

Dno
답변함 6달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인