ceph / ceph-container

Docker files and images to run Ceph in containers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ceph container build failed with centos stream8 image

saranyareddy24 opened this issue · comments

while building ceph-container encountered the below error.

[MIRROR] ceph-iscsi-3.6-1.el8.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: 4c40e3b612b507db7169fb1ce46d4ab618178e8a8906729d522c8b67c56683b4(sha256)  Expected: 9ee9d8f0d2b84dcf2c8b2a580f172bcf9e22454057fea97cb42b452da72c78d1(sha256)
[MIRROR] ceph-iscsi-3.6-1.el8.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: 4c40e3b612b507db7169fb1ce46d4ab618178e8a8906729d522c8b67c56683b4(sha256)  Expected: 9ee9d8f0d2b84dcf2c8b2a580f172bcf9e22454057fea97cb42b452da72c78d1(sha256)
(203/252): ceph-mgr-diskprediction-local-17.2.6 2.2 MB/s | 7.4 MB     00:03
[MIRROR] ceph-iscsi-3.6-1.el8.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: 4c40e3b612b507db7169fb1ce46d4ab618178e8a8906729d522c8b67c56683b4(sha256)  Expected: 9ee9d8f0d2b84dcf2c8b2a580f172bcf9e22454057fea97cb42b452da72c78d1(sha256)
[MIRROR] ceph-iscsi-3.6-1.el8.noarch.rpm: Downloading successful, but checksum doesn't match. Calculated: 4c40e3b612b507db7169fb1ce46d4ab618178e8a8906729d522c8b67c56683b4(sha256)  Expected: 9ee9d8f0d2b84dcf2c8b2a580f172bcf9e22454057fea97cb42b452da72c78d1(sha256)
[FAILED] ceph-iscsi-3.6-1.el8.noarch.rpm: No more mirrors to try - All mirrors were already tried without success

The downloaded packages were saved in cache until the next successful transaction.
You can remove cached packages by executing 'yum clean packages'.
Error: Error downloading packages:
  ceph-iscsi-3.6-1.el8.noarch: Cannot download, all mirrors were already tried without success

command used to build image:

sudo make BASEOS_REGISTRY=quay.io/centos BASEOS_TAG=stream8 FLAVORS=quincy-17.2.6,centos,8 IMAGES_TO_BUILD=daemon-base DAEMON_BASE_TAG=ceph RELEASE=v17.2.6 build

Environment:

  • OS (e.g. from /etc/os-release): CentOS 8
  • Kernel (e.g. uname -a): x86_64 GNU/Linux
  • Docker version (e.g. docker version): 3.3.1
  • Ceph version (e.g. ceph -v): 17.2.6
commented

try:

make BASEOS_REGISTRY=quay.io/centos FLAVORS=quincy-17.2.6,centos,stream8 build