Skip to content

Conversation

@souravgupta-msft
Copy link
Member

@souravgupta-msft souravgupta-msft commented Oct 22, 2025

Type of Change

  • Bug fix
  • New feature
  • Code quality improvement
  • Other (describe):

Description

Get clustermap summary by doing read on fs=debug/cluster-summary path. Sample output for this is,

user@user-vm:~$ cat mntdir/fs=debug/cluster-summary
{
  "timestamp": "2025-10-23T08:40:05Z",
  "nodes_summary": {
    "count": 1,
    "offline": 0,
    "nodes": [
      {
        "node_id": "9b201668-e71f-422c-b2e9-b66bda2343eb",
        "ip_addr": "xxx.xx.xxx.xxx",
        "hostname": "user-vm",
        "status": "online",
        "last_heartbeat": "2025-10-23T08:40:04Z"
      }
    ]
  },
  "rvs_summary": {
    "count": 1,
    "online": 1,
    "offline": 0
  },
  "mvs_summary": {
    "count": 1,
    "online": 1,
    "offline": 0,
    "degraded": 0,
    "syncing": 0
  }
}

…s true

these don't make sense for ring based mv placement and confuses the
user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants