- Added the word "default" since we are only collecting
default pool applications
- Removed the word "data" since we are actually collecting
usage *statistics*
Signed-off-by: Laura Flores <lflores@redhat.com>
(cherry picked from commit
c71a54ec1ab804de8408bdf39fe8727192d23492)
NAME STATUS DESC
basic_base REPORTING Basic information about the cluster (capacity, number and type of daemons, version, etc.)
basic_mds_metadata NOT REPORTING: NOT OPTED-IN MDS metadata
- basic_pool_usage NOT REPORTING: NOT OPTED-IN Pool application and data usage metrics
+ basic_pool_usage NOT REPORTING: NOT OPTED-IN Default pool application and usage statistics
crash_base REPORTING Information about daemon crashes (daemon type and version, backtrace, etc.)
device_base REPORTING Information about device health metrics
ident_base NOT REPORTING: CHANNEL ident IS OFF User-provided identifying information about the cluster
},
{
"name": Collection.basic_pool_usage,
- "description": "Pool application and data usage metrics",
+ "description": "Default pool application and usage statistics",
"channel": "basic",
"nag": False
}
'cache_mode': pool['cache_mode'],
}
- # basic_pool_usage collection (1/2)
+ # basic_pool_usage collection
if self.is_enabled_collection(Collection.basic_pool_usage):
pool_data['application'] = []
for application in pool['application_metadata']: