]> git.proxmox.com Git - ceph.git/blame - ceph/etc/sysconfig/ceph
update sources to 12.2.2
[ceph.git] / ceph / etc / sysconfig / ceph
CommitLineData
7c673cae
FG
1# /etc/sysconfig/ceph
2#
3# Environment file for ceph daemon systemd unit files.
4#
5
6# Increase tcmalloc cache size
7TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728
8
7c673cae
FG
9## automatically restart systemd units on upgrade
10#
11# By default, it is left to the administrator to restart
12# ceph daemons (or their related systemd units) manually
13# when the 'ceph' package is upgraded. By setting this
14# parameter to "yes", package upgrade will trigger a
15# "systemctl try-restart" on all the ceph systemd units
16# currently active on the node.
17#
18CEPH_AUTO_RESTART_ON_UPGRADE=no