installation is failed #307
sarwanjassi
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
OS: Fedora release 37 (Thirty Seven)
Kernel: Linux dcmir25ds21-01 6.5.8-100.fc37.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Oct 20 16:11:27 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
SELinux status: disabled
installation is failed with following error. Please advise.
[root@ ceph-nvmeof]# make setup
Setup core dump pattern as /tmp/coredump/core.*
mkdir -p /tmp/coredump
sudo bash -c 'echo "|/usr/bin/env tee /tmp/coredump/core.%e.%p.%h.%t" > /proc/sys/kernel/core_pattern'
sudo bash -c 'echo 2048 > "/sys/kernel/mm/hugepages/hugepages-2048kB/nr_hugepages"'
Actual Hugepages allocation: 2048
[root@ ceph-nvmeof]# make pull
docker-compose pull spdk bdevperf nvmeof nvmeof-devel nvmeof-cli discovery ceph
Pulling spdk ... done
Pulling bdevperf ... done
Pulling ceph ... done
Pulling nvmeof ... done
Pulling discovery ... done
Pulling nvmeof-devel ... done
Pulling nvmeof-cli ... done
WARNING: Some service image(s) must be built from source by running:
docker-compose build nvmeof-devel bdevperf discovery nvmeof nvmeof-cli
[root@ ceph-nvmeof]# docker-compose build nvmeof-devel bdevperf discovery nvmeof nvmeof-cli
Building bdevperf
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/
Sending build context to Docker daemon 142.6MB
Step 1/41 : FROM quay.io/centos/centos:stream9 AS build
---> 3e44e66a723b
Step 2/41 : ARG SPDK_CEPH_VERSION SPDK_VERSION
---> Using cache
---> cef4960f0666
Step 3/41 : COPY <<EOF /etc/yum.repos.d/ceph.repo
COPY failed: no source files were specified
ERROR: Service 'bdevperf' failed to build : Build failed
Beta Was this translation helpful? Give feedback.
All reactions