Re: [Openstack] SWIFT - max file/object limits and tombstone question

2014-08-11 Thread Remo Mattei
You can use your swift-proxy to do that automatically. Remo On Aug 11, 2014, at 15:06, Brent Troge wrote: > My CMS folks will not buy into adding more steps to their ingest process. > Meaning they will not accept having to create the file segments and > corresponding manifest. I will do mo

Re: [Openstack] SWIFT - max file/object limits and tombstone question

2014-08-11 Thread Brent Troge
My CMS folks will not buy into adding more steps to their ingest process. Meaning they will not accept having to create the file segments and corresponding manifest. I will do more reading, hopefully there is some middleware that can make this whole process transparent. Thanks for your response!

Re: [Openstack] SWIFT - max file/object limits and tombstone question

2014-08-11 Thread John Dickinson
inline On Aug 11, 2014, at 10:38 AM, Brent Troge wrote: > > By default the maximum object size is 5G. Outside of increased replication > times, would there be any impacts if I increase that value to 10G? The reason > is I have to store upto 10G media files. Using the large file manifest just

Re: [Openstack] SWIFT - max file/object limits and tombstone question

2014-08-11 Thread Remo Mattei
The 5gb is not a swift limitation. You may want to use -s segmentation to go over the 5gb. Remo On Aug 11, 2014, at 13:38, Brent Troge wrote: > > By default the maximum object size is 5G. Outside of increased replication > times, would there be any impacts if I increase that value to 10G? Th