From c27cfe90d26d70f98252869ae1904d81c57af5e0 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 14 Dec 2021 14:05:32 -0500 Subject: [PATCH] readme: note how to get supported packages on centos Signed-off-by: John Mulligan --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f458d5c..64cb8de 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,13 @@ On rpm based systems (dnf, yum, etc) these may be: libcephfs-devel librbd-devel librados-devel ``` +NOTE: CentOS users may want to use a +[CentOS Storage SIG](https://wiki.centos.org/SpecialInterestGroup/Storage/Ceph) +repository to enable packages for a supported ceph version. +Example: `dnf -y install centos-release-ceph-pacific`. +(CentOS 7 users should use "yum" rather than "dnf") + + To quickly test if one can build with go-ceph on your system, run: ```sh go get github.com/ceph/go-ceph