cephmetrics icon indicating copy to clipboard operation
cephmetrics copied to clipboard

RFE: please support dnf

Open pcfe opened this issue 6 years ago • 1 comments

It would be nice if cephmetrics supported dnf.

I have some Fedora 29 ARM nodes in my Ceph cluster, thus I currently have to

ansible-playbook -v playbook.yml -e ansible_pkg_mgr=yum

Can you please add support for Fedora's default ansible_pkg_mgr=dnf?

pcfe avatar Feb 09 '19 21:02 pcfe

Since prometheus-node_exporter is not (yet) available in the Fedora repo, use the copr ibotty / prometheus-exporters when reproducing.

Or rebuild the RHEL7 SRPM. The following worked for me (built on one of my ARMv7 OSDs)

mock -r fedora-29-armhfp /var/tmp/golang-github-prometheus-node_exporter-0.15.2-2.el7cp.src.rpm

pcfe avatar Feb 09 '19 21:02 pcfe