Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
rpm -Uvh https://download.ceph.com/rpm-octopus/el8/noarch/ceph-release-1-1.el8.noarch.rpm
yum install epel-release
yum clean all
yum update
yum install ceph
yum install ceph-radosgw


Move the host in the hosts_all/CephProd-C8 hostgroup 

Run once puppet:

Code Block
languagebash
puppet agent -t


Copy from a ceph-mon-xx host the file /etc/ceph/ceph.client.admin.keyring and sets its owernship and mode that should be:

Code Block
languagebash
-rw-------. 1 ceph ceph 137 Feb 20 13:51 /etc/ceph/ceph.client.admin.keyring


Now a 'ceph status' should work

...