diff --git a/doc/rados/troubleshooting/troubleshooting-mon.rst b/doc/rados/troubleshooting/troubleshooting-mon.rst index ae6cfa53008..b2f3a2137a9 100644 --- a/doc/rados/troubleshooting/troubleshooting-mon.rst +++ b/doc/rados/troubleshooting/troubleshooting-mon.rst @@ -419,16 +419,16 @@ information stored in OSDs.:: ms=/root/mon-store mkdir $ms - # collect the cluster map from OSDs + # collect the cluster map from stopped OSDs for host in $hosts; do - rsync -avz $ms/. user@host:$ms.remote + rsync -avz $ms/. user@$host:$ms.remote rm -rf $ms - ssh user@host <