From: John Wilkins Date: Mon, 10 Mar 2014 17:07:44 +0000 (-0700) Subject: doc: Fixed typo. X-Git-Tag: v0.79~172 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7e43823faf4d8c5374e20d0d97f49b2d9a43dcf2;p=ceph.git doc: Fixed typo. Signed-off-by: John Wilkins --- diff --git a/doc/install/upgrading-ceph.rst b/doc/install/upgrading-ceph.rst index 015bbdb1302..b06b3e40293 100644 --- a/doc/install/upgrading-ceph.rst +++ b/doc/install/upgrading-ceph.rst @@ -405,12 +405,12 @@ To upgrade a Ceph OSD Daemon, perform the following steps: manually. For Debian/Ubuntu hosts, perform the following steps on each host. :: - ssh {mon-host} + ssh {osd-host} sudo apt-get update && sudo apt-get install ceph For CentOS/Red Hat hosts, perform the following steps:: - ssh {mon-host} + ssh {osd-host} sudo yum update && sudo yum install ceph