...
Move the host in the hosts_all/CephProd hostgroup
Run once puppet:
| Code Block | ||
|---|---|---|
| ||
puppet agent -t |
Enable the nagios sensors.
...
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 | ||
|---|---|---|
| ||
-rw-------. 1 ceph ceph 137 Feb 20 13:51 /etc/ceph/ceph.client.admin.keyring |
If it doesn't exist yet, create the rack in the ceph crush map:
| Code Block | ||
|---|---|---|
| ||
ceph osd crush add-bucket Rack12-PianoAlto rack |
...
ceph osd crush move Rack12-PianoAlto root=default |
In the considered example, there are 10 SATA disks (/dev/sdc .. /dev/sdl) and 2 SSD disks (/dev/sda and /dev/sdb)
...