readme: note how to get supported packages on centos

Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
John Mulligan 2021-12-14 14:05:32 -05:00 committed by mergify[bot]
parent 805f26cc5d
commit c27cfe90d2
1 changed files with 7 additions and 0 deletions

View File

@ -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