此内容没有您所选择的语言版本。

Chapter 17. Upgrading Your Cluster from v1.2.2 to v1.2.3


Upgrade the administration server first to support upgrading other daemons in the cluster.

Remove calamari-server, ceph, and ceph-deploy repositories under /etc/yum.repos.d directory from previous installation, download and mount the latest Ceph ISO, run ice_setup, re-initialize Calamari and upgrade Ceph.

Remove the ceph related repositories under /etc/yum.repos.d. For example:

cd /etc/yum.repos.d
sudo rm calamari-server.repo ceph.repo ceph-deploy.repo

To obtain the Red Hat Ceph Storage installation ISO image files for the newer version, visit https://access.redhat.com/articles/1560193.

Execute the following steps:

  1. Download the rhceph-1.2.3-centos-6-x86_64.iso file.
  2. Using sudo, mount the image:

    sudo mount -o loop <path_to_iso>/rhceph-1.2.3-centos-6-x86_64.iso /mnt
  3. Using sudo, install the setup script.

    sudo yum install /mnt/ice_setup-*.rpm
  4. Back up your Ceph configuration, log and key files.
  5. Change to your working directory. For example:

    cd ~/ceph-config
  6. Run ice_setup:

    sudo ice_setup -d /mnt

    The ice_setup program will install upgraded version of ceph-deploy, calamari server, create new local repositories and a cephdeploy.conf file.

  7. Restart Apache:

    sudo service httpd restart
  8. Restart Calamari:

    sudo calamari-ctl initialize
  9. Upgrade Ceph:

    ceph-deploy install <admin node>
  10. To upgrade the Ceph daemons running on your cluster hosts, see Storage Cluster Upgrade section for details.
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2026 Red Hat
返回顶部