From c1aca20205a2a972047c39c387aa5ae833a5836f Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Wed, 9 Oct 2019 11:11:33 -0700 Subject: [PATCH] add note that ceph.conf.template should no longer be modified Signed-off-by: Patrick Donnelly --- teuthology/ceph.conf.template | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/teuthology/ceph.conf.template b/teuthology/ceph.conf.template index c14370ad4c..bdf92863de 100644 --- a/teuthology/ceph.conf.template +++ b/teuthology/ceph.conf.template @@ -1,3 +1,13 @@ +# XXX +# +# DO NOT MODIFY THIS FILE +# +# This file is a legacy ceph.conf template used only when testing older +# releases of Ceph (pre-Nautilus). The new template exists in ceph.git at +# qa/tasks/ceph.conf.template +# +# XXX + [global] chdir = "" pid file = /var/run/ceph/$cluster-$name.pid -- 2.39.5