File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ GIT_REPO="https://${GERRIT_HOST}/${GERRIT_PROJECT}"
1616
1717# enable the Storage SIG Gluster and Ceph repositories
1818dnf -y install centos-release-ceph epel-release
19+ dnf install dnf-plugins-core -y
20+ dnf config-manager --set-enabled crb
1921
2022BUILDREQUIRES=" 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
6466dnf install -y cephadm
67+ dnf install -y lua-devel
6568cephadm add-repo --release squid
6669dnf install -y ceph
6770cephadm bootstrap --mon-ip $( hostname -I | awk ' {print $1}' ) --single-host-defaults --allow-fqdn-hostname
You can’t perform that action at this time.
0 commit comments