Project

General

Profile

Actions

Feature #11094

open

New feature : Ceph should warn if the kernel is not turned for CEPH OSD daemons

Added by karan singh about 9 years ago. Updated about 9 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
OSD
Target version:
-
% Done:

0%

Source:
Community (user)
Tags:
Backport:
Reviewed:
Affected Versions:
Pull request ID:

Description

Hello Developers

It would be really nice if you can setup an alert when the system has less open file descriptors or max_threads,pid_max value in the underlying osd operating system.

under /etc/sysctl.conf

vm.max_map_count = 12407310
kernel.pid_max = 4194303
fs.file-max = 19709928

under /etc/security/limits.conf

  • soft nproc 65535
  • hard nproc 65535
  • soft nofile 65535
  • hard nofile 65535

This is a very general problem and comes when you scale up your Ceph cluster or if your OSD node has more OSD's ( osd > 20 )

For more details , read this email thread.

https://www.mail-archive.com/ceph-users@lists.ceph.com/msg17754.html

Actions #1

Updated by Samuel Just about 9 years ago

  • Target version deleted (v0.94)
Actions

Also available in: Atom PDF