Display Ceph health in PVC status as well
Makes this output a little more realistic and allows proper monitoring of the Ceph cluster status (separate from the PVC status which is tracking only OSD up/in state).
This commit is contained in:
@ -359,6 +359,10 @@ class API_Status(Resource):
|
||||
type: string
|
||||
description: The overall cluster health
|
||||
example: Optimal
|
||||
storage_health:
|
||||
type: string
|
||||
description: The overall storage cluster health
|
||||
example: Optimal
|
||||
primary_node:
|
||||
type: string
|
||||
description: The current primary coordinator node
|
||||
|
Reference in New Issue
Block a user