From: Sage Weil Date: Wed, 10 Apr 2019 16:25:11 +0000 (-0500) Subject: doc/releases/nautilus: fix config update step X-Git-Tag: v15.1.0~2968^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b17adcf3e88c010c25b3878bf563c1f3bcdc9ff9;p=ceph.git doc/releases/nautilus: fix config update step 'ceph ... > /etc/ceph/ceph.conf' fails because bash truncates ceph.conf before the ceph cli invocation is able to use it to connect to the cluster. Signed-off-by: Sage Weil --- diff --git a/doc/releases/nautilus.rst b/doc/releases/nautilus.rst index 760e88d2baa4..babefb801a46 100644 --- a/doc/releases/nautilus.rst +++ b/doc/releases/nautilus.rst @@ -355,7 +355,8 @@ Instructions To create a minimal but sufficient ``ceph.conf`` for each host,:: - ceph config generate-minimal-conf > /etc/ceph/ceph.conf + ceph config generate-minimal-conf > /etc/ceph/ceph.conf.new + mv /etc/ceph/ceph.conf.new /etc/ceph/ceph.conf Be sure to use this new config only on hosts that have been upgraded to Nautilus, as it may contain a ``mon_host`` value that