From eed40cf6361d5cfce856d0841a43635bcf64e197 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 7 Jan 2021 12:06:30 +0100 Subject: [PATCH] doc/cephadm: /etc/ceph is created automaticlly now Signed-off-by: Sebastian Wagner --- doc/cephadm/install.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/cephadm/install.rst b/doc/cephadm/install.rst index 8f397e7a0728c..01e2fa1f87bfb 100644 --- a/doc/cephadm/install.rst +++ b/doc/cephadm/install.rst @@ -98,13 +98,7 @@ monitor daemon. This is normally just the IP for the first host. If there are multiple networks and interfaces, be sure to choose one that will be accessible by any host accessing the Ceph cluster. -To bootstrap the cluster, first create an ``/etc/ceph`` directory: - -.. prompt:: bash # - - mkdir -p /etc/ceph - -Then run the ``ceph bootstrap`` command: +Run the ``ceph bootstrap`` command: .. prompt:: bash # -- 2.39.5