Project

General

Profile

Bug #6336

Updated by Yehuda Sadeh over 10 years ago

a 64k attrs limit was introduced in dumpling, however, that completely breaks rgw when trying to upload large objects. Currently the workaround is to set: 

 <pre> 
 

  osd max attr size = <very big number here> 
 </pre> 

Back