Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

Cluster health: HEALTH_WARN

Hi Everyone,
Please fix this error:
root@storage0:/# ceph -s
cluster 0bae82fb-24fd-4369-b855-f89445d57586
health HEALTH_WARN
too many PGs per OSD (400 > max 300)
......
root@storage0:/#

Solution:

Please add to default ceph.conf next line in section [global]:
mon pg warn min per osd = 0
mon pg warn max per osd = 500

Thank you.

Thanks for this tip, we will add it to the 1.2.1.  This warning will go away if you add a couple of disks, but your solution is much cleaner.

Thanks again !