Actions
Bug #10561
closedhammer repository upload-content throws error: "Error: Too many open files"
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1206734
Description of problem:
It seems that when uploading multiple files hammer keeps an open file handle on all of them. This causes the system to run out of file handles when trying to upload a large repository.
Version-Release number of selected component (if applicable):
How reproducible:
100%
Steps to Reproduce:
1. in a directory with more rpms than your `ulimit -n` do a 'hammer repository upload-content --name='TestLinux 6.5 content' --organization=Default_Organization --path=./'
2.
3.
Actual results:
upload fails with error:
Could not upload the content:
Error: Too many open files - ./somefile.rpm
Expected results:
repository uploads successfully.
Additional info:
Actions