From 88ce1daae6135a2df6caac5f3997a61b7e1dce3d Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Mon, 2 Dec 2024 11:01:35 +0100 Subject: [PATCH] doc/cephadm: s/ceph/Ceph/ in mon.rst s/ceph/Ceph/ in doc/cephadm/services/mon.rst where appropriate. Signed-off-by: Zac Dover --- doc/cephadm/services/mon.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/cephadm/services/mon.rst b/doc/cephadm/services/mon.rst index 389dc450e951d..86cc121c9d532 100644 --- a/doc/cephadm/services/mon.rst +++ b/doc/cephadm/services/mon.rst @@ -23,8 +23,8 @@ cluster to a particular subnet. ``cephadm`` designates that subnet as the default subnet of the cluster. New monitor daemons will be assigned by default to that subnet unless cephadm is instructed to do otherwise. -If all of the ceph monitor daemons in your cluster are in the same subnet, -manual administration of the ceph monitor daemons is not necessary. +If all of the Ceph monitor daemons in your cluster are in the same subnet, +manual administration of the Ceph monitor daemons is not necessary. ``cephadm`` will automatically add up to five monitors to the subnet, as needed, as new hosts are added to the cluster. @@ -35,7 +35,7 @@ the placement of daemons. Designating a Particular Subnet for Monitors -------------------------------------------- -To designate a particular IP subnet for use by ceph monitor daemons, use a +To designate a particular IP subnet for use by Ceph monitor daemons, use a command of the following form, including the subnet's address in `CIDR`_ format (e.g., ``10.1.2.0/24``): -- 2.39.5