From b552753966d9190e26cbcce67242f582021951f7 Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Mon, 10 Jan 2022 14:10:33 +0000 Subject: [PATCH] doc/cephadm: improve the developer's guide a bit Signed-off-by: Radoslaw Zarzynski (cherry picked from commit 4c58d71d2bcd6b89e1578b844d8092b692cec4b2) --- doc/dev/cephadm/developing-cephadm.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/dev/cephadm/developing-cephadm.rst b/doc/dev/cephadm/developing-cephadm.rst index dd8409a201e..d9f81c2c045 100644 --- a/doc/dev/cephadm/developing-cephadm.rst +++ b/doc/dev/cephadm/developing-cephadm.rst @@ -54,14 +54,15 @@ There are a few advantages here: - The cluster is a "normal" cephadm cluster that looks and behaves just like a user's cluster would. In contrast, vstart and teuthology - clusters tend to be special in subtle (and not-so-subtle) ways. + clusters tend to be special in subtle (and not-so-subtle) ways (e.g. + having the ``lockdep`` turned on). To start a test cluster:: sudo ../src/cstart.sh -The last line of this will be a line you can cut+paste to update the -container image. For instance:: +The last line of the output will be a line you can cut+paste to update +the container image. For instance:: sudo ../src/script/cpatch -t quay.io/ceph-ci/ceph:8f509f4e -- 2.47.3