From: Alvin Owyong <70066269+alvinowyong@users.noreply.github.com> Date: Fri, 8 Sep 2023 16:25:04 +0000 (+0800) Subject: docs: add warning about potential package conflict X-Git-Tag: v19.0.0~521^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5e803567c71ded36bedb77b59891732c866865d7;p=ceph.git docs: add warning about potential package conflict Add warning for "creating new osds" section under cephadm services. Signed-off-by: Alvin Owyong <70066269+alvinowyong@users.noreply.github.com> --- diff --git a/doc/cephadm/services/osd.rst b/doc/cephadm/services/osd.rst index 00e414c1b2bc..2f7d38fb1685 100644 --- a/doc/cephadm/services/osd.rst +++ b/doc/cephadm/services/osd.rst @@ -165,6 +165,8 @@ 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. + Dry Run -------