]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
etc/sysconfig/ceph: add CEPH_AUTO_RESTART_ON_UPGRADE
authorNathan Cutler <ncutler@suse.com>
Sat, 3 Oct 2015 10:04:33 +0000 (12:04 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 6 Oct 2015 13:18:46 +0000 (15:18 +0200)
Signed-off-by: Nathan Cutler <ncutler@suse.com>
etc/sysconfig/ceph

index 19584dbbbee3a45902b5932697e33a1d5e2ecbca..5f41a00f4e29ea41143ff522c8f9dd17b9b0c435 100644 (file)
 # higher by 200-300mb.
 #
 #LD_PRELOAD=/usr/lib64/libjemalloc.so.1
+
+## automatically restart systemd units on upgrade
+#
+# By default, it is left to the administrator to restart
+# ceph daemons (or their related systemd units) manually
+# when the 'ceph' package is upgraded. By setting this
+# parameter to "yes", package upgrade will trigger a 
+# "systemctl try-restart" on all the ceph systemd units
+# currently active on the node.
+#
+CEPH_AUTO_RESTART_ON_UPGRADE=no