diff options
author | Kefu Chai <tchaikov@gmail.com> | 2017-11-20 07:37:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-20 07:37:08 +0100 |
commit | 586da3da4f26cbe49b3ff0f217516e4b3bc22f18 (patch) | |
tree | bde1a2ac93802b2ba27059b898d60ef91a381c8b /CMakeLists.txt | |
parent | Merge pull request #18718 from shinobu-x/sk-ceph_osd (diff) | |
parent | sysctl.d: set kernel.pid_max=4194304 on 64-bit systems (diff) | |
download | ceph-586da3da4f26cbe49b3ff0f217516e4b3bc22f18.tar.xz ceph-586da3da4f26cbe49b3ff0f217516e4b3bc22f18.zip |
Merge pull request #18544 from ddiss/pid_max
sysctl.d: set kernel.pid_max=4194304
Reviewed-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4cc2d027865..6f8a11391e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -604,6 +604,8 @@ if(WITH_SYSTEMD) add_subdirectory(systemd) endif() +add_subdirectory(etc/sysctl) + include(CTags) option(CTAG_EXCLUDES "Exclude files/directories when running ctag.") add_tags(ctags |