]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/rados: correct osd path in troubleshooting-mon.rst
authorsongweibin <song.weibin@zte.com.cn>
Wed, 7 Nov 2018 07:05:41 +0000 (15:05 +0800)
committersongweibin <song.weibin@zte.com.cn>
Wed, 7 Nov 2018 07:05:41 +0000 (15:05 +0800)
Signed-off-by: songweibin <song.weibin@zte.com.cn>
doc/rados/troubleshooting/troubleshooting-mon.rst

index 7091972dd7ee3de8c319af45752480db919c206c..76d85a1a1abfe36423a0d4f61dd7d64f56c65d45 100644 (file)
@@ -424,7 +424,7 @@ information stored in OSDs.::
     rsync -avz $ms/. user@host:$ms.remote
     rm -rf $ms
     ssh user@host <<EOF
-      for osd in /var/lib/osd/osd-*; do
+      for osd in /var/lib/ceph/osd/ceph-*; do
         ceph-objectstore-tool --data-path \$osd --op update-mon-db --mon-store-path $ms.remote
       done
     EOF