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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南