Project

General

Profile

Bug #19866

Updated by Dan Mick about 7 years ago

two of three OSDs died; one, at least, died because of 

 2017-05-04 23:14:12.847887 ffff76164cb0 -1 filestore(td/osd-dup/1)    error (24) Too many open files not handled on operation 0xaaab29c00244 (16 
 00.1.0, or op 0, counting from 0) 
 2017-05-04 23:14:12.847914 ffff76164cb0    0 filestore(td/osd-dup/1) unexpected error code 

 ulimit -f is set to 1024.    The test tries to warn, but nothing comes to the console.    Running with ulimit -n set to 2048 is not sufficient to make the test succeed on arm64 (it dies in rados bench because the osds have died).    ulimit -n 2048 makes the test succeed on x86_64. sufficient. 

Back