Project

General

Profile

Feature #14972

Updated by Loïc Dachary about 8 years ago

The file */etc/rhsm/facts/ceph_usage.facts* must be updated on a regular basis via cron with the following structure 
 <pre> 
 { 
 "band.storage.usage": <integer number of terabytes used on this node, such as 55> 
 } 

 for example: 
 { 
 "band.storage.usage": 55 
 } 
 </pre> 

 See also the "ceph OSD facts file" thread on ceph-devel. 

Back