From c1f38fe3af8b5cf83dcf2a60bdc2a8d204ccbff0 Mon Sep 17 00:00:00 2001 From: Alwin Antreich Date: Wed, 6 Nov 2019 15:09:07 +0100 Subject: [PATCH] pveceph: switch note for Creating Ceph Manager to be more consistent with other sections, the note for creating the Ceph Manager was moved below the command. Signed-off-by: Alwin Antreich --- pveceph.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pveceph.adoc b/pveceph.adoc index e664395..1789dde 100644 --- a/pveceph.adoc +++ b/pveceph.adoc @@ -287,14 +287,14 @@ ceph-mgr footnote:[Ceph Manager http://docs.ceph.com/docs/luminous/mgr/] daemon is required. During monitor installation the ceph manager will be installed as well. -NOTE: It is recommended to install the Ceph Manager on the monitor nodes. For -high availability install more then one manager. - [source,bash] ---- pveceph mgr create ---- +NOTE: It is recommended to install the Ceph Manager on the monitor nodes. For +high availability install more then one manager. + Destroying Ceph Manager ----------------------