ceph-container icon indicating copy to clipboard operation
ceph-container copied to clipboard

Ceph container build failed with centos stream8 image

Open saranyareddy24 opened this issue 2 years ago • 1 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

saranyareddy24 avatar Jul 03 '23 10:07 saranyareddy24

try:

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

huynp1999 avatar Jul 24 '23 10:07 huynp1999

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Apr 10 '24 20:04 github-actions[bot]

This issue has been automatically closed due to inactivity. Please re-open if this still requires investigation.

github-actions[bot] avatar Apr 18 '24 20:04 github-actions[bot]