summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wilkins <john.wilkins@inktank.com>2013-04-15 16:31:18 -0700
committerJohn Wilkins <john.wilkins@inktank.com>2013-04-15 16:31:18 -0700
commitb343c5251a11a3c6f4d31fe9f2503ee3dfa06904 (patch)
treefe1de450cbfa81dd8d911bc2896e603b35c9e44a
parentb4fc83ccdea3ab3c720a7ef073f3ca55426c0d3d (diff)
downloadceph-b343c5251a11a3c6f4d31fe9f2503ee3dfa06904.tar.gz
doc: Changed MDS upgrade to use ceph-mds package.
fixes: #4727 Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r--doc/install/upgrading-ceph.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/upgrading-ceph.rst b/doc/install/upgrading-ceph.rst
index d8a0d4e576e..b8a4c89c0cf 100644
--- a/doc/install/upgrading-ceph.rst
+++ b/doc/install/upgrading-ceph.rst
@@ -83,7 +83,7 @@ To upgrade an MDS, perform the following steps:
#. Upgrade the ceph package::
ssh {mds-host}
- sudo apt-get update && sudo apt-get install ceph
+ sudo apt-get update && sudo apt-get install ceph-mds
#. Restart the metadata server::