[library] Raise max file descriptors and process file limits for radosgw
Bug #1331554 reported by
Denis Ipatov
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Triaged
|
Medium
|
Radoslaw Zarzynski | ||
5.0.x |
Won't Fix
|
Medium
|
Dmitry Borodaenko | ||
5.1.x |
Won't Fix
|
Medium
|
Dmitry Borodaenko | ||
6.0.x |
Won't Fix
|
Medium
|
Dmitry Borodaenko | ||
7.0.x |
Won't Fix
|
Medium
|
MOS Ceph | ||
8.0.x |
Won't Fix
|
Medium
|
MOS Ceph | ||
Mitaka |
Triaged
|
Medium
|
Radoslaw Zarzynski |
Bug Description
Radosgw will hang if it runs out of file descriptors. We should increase the limits to reduce this from happening again.
[root@node-37 ~]# /etc/init.
Starting radosgw instance(s)...
runuser: cannot set user id: Resource temporarily unavailable
Starting client.
The following action fix this problem:
vi /etc/security/
apache soft nproc 2047
apache hard nproc 16384
apache soft nofile 2048
apache hard nofile 65536
And start radosgw.
Changed in fuel: | |
importance: | Undecided → Medium |
assignee: | nobody → Fuel Library Team (fuel-library) |
milestone: | none → 5.1 |
tags: | added: ceph |
Changed in fuel: | |
status: | New → Confirmed |
Changed in fuel: | |
status: | Confirmed → Triaged |
summary: |
- Raise max file descriptors and process file limits for radosgw + [library] Raise max file descriptors and process file limits for radosgw |
Changed in fuel: | |
assignee: | Fuel Library Team (fuel-library) → Dmitry Borodaenko (dborodaenko) |
Changed in fuel: | |
milestone: | 5.1 → 6.0 |
Changed in fuel: | |
assignee: | Dmitry Borodaenko (dborodaenko) → Aleksandr Didenko (adidenko) |
Changed in fuel: | |
milestone: | 5.1 → 6.0 |
tags: | added: release-notes |
Changed in fuel: | |
milestone: | 5.1 → 6.0 |
no longer affects: | fuel/6.1.x |
Changed in fuel: | |
status: | Triaged → Won't Fix |
Changed in fuel: | |
milestone: | 6.1 → 8.0 |
status: | Won't Fix → Triaged |
no longer affects: | fuel/8.0.x |
tags: | added: area-mos |
To post a comment you must log in.
Raised priority to High and retargeted for 5.1 since a High priority duplicate was raised.