Merge pull request #253 from digitalocean/readme-cleanup

readme: branch name cleanup
This commit is contained in:
Matt Vandermeulen 2024-12-24 13:32:45 -04:00 committed by GitHub
commit 0e04028ac3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ cluster. Like any other Ceph client, it needs the following files to run
correctly.
* `ceph.conf` containing your Ceph configuration.
* `ceph.<user>.keyring` in order to authenticate to your Ceph cluster.
* `ceph.client.<user>.keyring` in order to authenticate to your Ceph cluster.
The `ceph_exporter` will automatically pick those up if they are present in
any of the [default
@ -32,8 +32,8 @@ variables:
We use Ceph's [official Golang client](https://github.com/ceph/go-ceph) to run
commands on the cluster.
This `ceph_exporter` branch currently supports the Nautilus, Octopus (untested), and Pacific releases. It might
not work as expected with older or non-LTS versions of Ceph.
`ceph_exporter` is currently in use and tested against Nautilus, Pacific, and Reef.
It might not work as expected with older or non-LTS versions of Ceph.
## Environment Variables