From 9af86d250b34c03372544af2760e100b126e813e Mon Sep 17 00:00:00 2001 From: Raffael Date: Thu, 9 Jul 2020 23:12:28 +0200 Subject: [PATCH] doc: Update methods.rst Based on the discussion in issue #5392 I added now this paragraph to this page. Signed-off-by: Raffael Luthiger --- docs/source/installation/methods.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/installation/methods.rst b/docs/source/installation/methods.rst index d146dce4b..7a927fd6c 100644 --- a/docs/source/installation/methods.rst +++ b/docs/source/installation/methods.rst @@ -8,3 +8,5 @@ ceph-ansible can deploy Ceph either in a non-containerized context (via packages non-containerized containerized + +The difference here is that you don't have the rbd command on the host when using the containerized deployment so everything related to ceph needs to be executed within a container. So in the case there is software like e.g. Open Nebula which requires that the rbd command is accessible directly on the host (non-containerized) then you have to install the rbd command by yourself on those servers outside of containers. (Or make sure that this software somehow runs within containers as well and that it can access rbd. -- 2.39.5