You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Unable to upload objects more than about 100GB via OCI cli

edited Oct 9, 2019 5:30PM in OCI - General 6 comments

Summary

OCI cli gives 'MultipartUploadError: error writing output file' when uploading files >100GB

Content

I'm attempting to automate uploading large backup files using the OCI cli to an object storage bucket, but it fails if the file is greater than about 100GB.

I can succesfully upload files less than 95GB or so, but if the file is over about 100GB it fails with: 'MultipartUploadError: error writing output file'

The problem can be recreated simply by:

  $ dd bs=1M if=/dev/full count=$((1024*100)) |oci os object put -bn standard --name "test2" --file -
  Uploading object part  [####################################]  100%             
  Uploading object part  [############------------------------]   33%  0d 00:00:01
  MultipartUploadError: error writing output file

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!