diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-04-16 13:28:18 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-04-16 13:28:18 -0700 |
commit | efce39e2219d449c8cf0484bfeb9a5bfefa2e5b2 (patch) | |
tree | 7030932f4138858cd6af04bb16e7c6ca64743132 | |
parent | 82aab8dcf381db7417003a3820f6c6b8cd664704 (diff) | |
download | ceph-efce39e2219d449c8cf0484bfeb9a5bfefa2e5b2.tar.gz |
doc: Cherry-picked from master to next. Uses ceph-mds package during upgrade.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/install/upgrading-ceph.rst | 2 |
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:: |