Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / etc / sysconfig / ceph
1 # /etc/sysconfig/ceph
2 #
3 # Environment file for ceph daemon systemd unit files.
4 #
5
6 # Increase tcmalloc cache size
7 TCMALLOC_MAX_TOTAL_THREAD_CACHE_BYTES=134217728
8
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 #
18 CEPH_AUTO_RESTART_ON_UPGRADE=no