9.2. Satellite からアンダークラウドへの Red Hat Ceph Storage コンテナーのダウンロード
Red Hat Ceph Storage コンテナーイメージが Red Hat Satellite Server でホストされている場合は、Red Hat Satellite を使用して Red Hat Ceph Storage のアップグレードを開始する前に、イメージのコピーをアンダークラウドにダウンロードする必要があります。
前提条件
- 必要な Red Hat Ceph Storage コンテナーイメージは Satellite Server でホストされています。
手順
-
アンダークラウドノードに
stack
ユーザーとしてログインします。 Satellite Server から Red Hat Ceph Storage コンテナーイメージをダウンロードします。
sudo podman pull <ceph_image_file>
$ sudo podman pull <ceph_image_file>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow <
;ceph_image_file>
; を Satellite Server でホストされる Red Hat Ceph Storage コンテナーイメージファイルに置き換えます。このコマンドの例を以下に示します。sudo podman pull satellite.example.com/container-images-osp-17_1-rhceph-5-rhel8:latest
$ sudo podman pull satellite.example.com/container-images-osp-17_1-rhceph-5-rhel8:latest
Copy to Clipboard Copied! Toggle word wrap Toggle overflow