Skip to content

Commit 71ae5ac

Browse files
[Fix] Ceph install fails with dependency issues
" - nothing provides lua-devel needed by ceph-2:20.1.0-1.el9s.x86_64 from centos-ceph-tentacle " Signed-off-by: Pranav Prakash <prprakas@redhat.com>
1 parent 6757846 commit 71ae5ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ceph/basic-ceph.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ GIT_REPO="https://${GERRIT_HOST}/${GERRIT_PROJECT}"
1616

1717
# enable the Storage SIG Gluster and Ceph repositories
1818
dnf -y install centos-release-ceph epel-release
19+
dnf install dnf-plugins-core -y
20+
dnf config-manager --set-enabled crb
1921

2022
BUILDREQUIRES="git bison cmake dbus-devel flex gcc-c++ krb5-devel libacl-devel libblkid-devel libcap-devel redhat-rpm-config rpm-build xfsprogs-devel lvm2"
2123

@@ -62,6 +64,7 @@ lvcreate -L 10G -n osd3 ceph-vg
6264

6365
# Install and configure ceph cluster
6466
dnf install -y cephadm
67+
dnf install -y lua-devel
6568
cephadm add-repo --release squid
6669
dnf install -y ceph
6770
cephadm bootstrap --mon-ip $(hostname -I | awk '{print $1}') --single-host-defaults --allow-fqdn-hostname

0 commit comments

Comments
 (0)