]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
docs: update warning message
authorAlvin Owyong <70066269+alvinowyong@users.noreply.github.com>
Fri, 8 Sep 2023 17:21:42 +0000 (01:21 +0800)
committerGitHub <noreply@github.com>
Fri, 8 Sep 2023 17:21:42 +0000 (01:21 +0800)
truncated warning message according to comments

Signed-off-by: Alvin Owyong <70066269+alvinowyong@users.noreply.github.com>
doc/cephadm/services/osd.rst

index 2f7d38fb168562eb2acb29cc5bfb1b2dccff4dd4..4031257bf582f826592a4df4cca8f9387729fee3 100644 (file)
@@ -165,7 +165,7 @@ There are a few ways to create new OSDs:
 
     ceph orch apply -i spec.yml
 
-.. warning:: When creating new OSD using cephadm, ensure that ceph-osd is not already installed on the target host. If ceph-osd is already installed on that host independently, conflicts may arise in the management and control of the OSD, potentially leading to errors, misconfigurations, or unexpected behavior.
+.. warning:: When deploying new OSDs with ``cephadm``, ensure that the ``ceph-osd`` package is not already installed on the target host. If it is installed, conflicts may arise in the management and control of the OSD that may lead to errors or unexpected behavior.
 
 Dry Run
 -------