summaryrefslogtreecommitdiffstats
path: root/etc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* packaging: remove SuSEfirewall2 supportMatthias Gerstner2019-07-122-10/+0
| | | | | | | | | | removal of SuSEfirewall2 service, since SuSEfirewall2 has been replaced by firewalld, see [1]. [1]: https://lists.opensuse.org/opensuse-factory/2019-01/msg00490.html Fixes: http://tracker.ceph.com/issues/40738 Signed-off-by: Matthias Gerstner <matthias.gerstner@suse.de>
* cmake: only create sysctl file on linuxKefu Chai2017-11-201-2/+3
| | | | | | and check 64bit platform by using the sizeof(void*) Signed-off-by: Kefu Chai <kchai@redhat.com>
* sysctl.d: set kernel.pid_max=4194304 on 64-bit systemsDavid Disseldorp2017-11-173-0/+10
| | | | | | | | | | | | | For CONFIG_BASE_FULL Linux kernels, the maximum number of proc/thread IDs is set to 32768 by default. This default limit can be quite easily hit during recovery on nodes with high OSD counts. To avoid hitting the pid_max default limit, attempt to configure it to 4194304, which corresponds to the maximum limit possible on 64-bit CONFIG_BASE_FULL kernels. Fixes: http://tracker.ceph.com/issues/21929 Signed-off-by: David Disseldorp <ddiss@suse.de>
* sysctl: relocate 90-ceph-osd.conf under etc/sysctl/David Disseldorp2017-11-171-0/+1
| | | | Signed-off-by: David Disseldorp <ddiss@suse.de>
* /etc/sysconfig/ceph: remove jemalloc optionSage Weil2017-10-231-8/+0
| | | | | | | | This breaks when used with rocksdb, which is now the default. See http://tracker.ceph.com/issues/20557 Signed-off-by: Sage Weil <sage@redhat.com>
* etc/default/ceph: remove jemalloc optionSage Weil2017-10-231-8/+0
| | | | | | | | This breaks when used with rocksdb, which is now the default. See http://tracker.ceph.com/issues/20557 Signed-off-by: Sage Weil <sage@redhat.com>
* set 128MB tcmalloc cache size by bytesAlexandre Derumier2016-04-291-2/+1
|
* etc/default/ceph: set 128MB tcmalloc cache sizeAlexandre Derumier2016-04-281-0/+4
| | | | Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
* set 128MB tcmalloc cache size by bytesStar Guo2016-04-041-1/+1
| | | | Signed-off-by: Star Guo <star.guo@mevoco.com>
* etc/sysconfig/ceph: set 128MB tcmalloc cache sizeKen Dreyer2016-03-041-0/+3
| | | | | | Bump up from tcmalloc's default cache size. Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
* etc/sysconfig/ceph: add CEPH_AUTO_RESTART_ON_UPGRADENathan Cutler2015-10-061-0/+11
| | | | Signed-off-by: Nathan Cutler <ncutler@suse.com>
* kill /etc/security/limits.d/cephSage Weil2015-09-141-9/+0
| | | | | | This only affects login shells; not useful. Signed-off-by: Sage Weil <sage@redhat.com>
* debian/rules: install systemd files and /etc/default/cephSage Weil2015-09-111-0/+12
| | | | | | | Fix the systemd units to use /etc/default instead of /etc/sysconfig. There is probably a better way... Signed-off-by: Sage Weil <sage@redhat.com>
* ceph.spec: install /etc/sysconfig/cephSage Weil2015-09-111-0/+12
| | | | | | Make it easy to enable jemalloc, too. Signed-off-by: Sage Weil <sage@redhat.com>
* set nofile ulimit in /etc/security/limits.d/ceph onlySage Weil2015-08-271-0/+9
| | | | | | | | | | Specify the nofile ulimit in one standard place, where everyone expects it to be. Drop it from the ceph-osd unit file. Leave upstart and sysvinit untouched for the time being to avoid compat issues. Signed-off-by: Sage Weil <sage@redhat.com>
* packaging: move SuSEfirewall2 templates out of srcTim Serong2015-04-302-0/+10
Better to have static config like this that needs to be installed in /etc in a separate subdirectory of the project. Signed-off-by: Tim Serong <tserong@suse.com>