[pve-devel] applied: [PATCH manager 0/7] new ceph dashboard

Dietmar Maurer dietmar at proxmox.com
Wed Nov 23 09:13:13 CET 2016


> ok i'll investigate, but can you send me the output of
> 
> ceph status -f json-pretty
> 
> on this cluster?


{
    "health": {
        "health": {
            "health_services": [
                {
                    "mons": [
                        {
                            "name": "0",
                            "kb_total": 472184104,
                            "kb_used": 191296936,
                            "kb_avail": 256878568,
                            "avail_percent": 54,
                            "last_updated": "2016-11-23 09:11:18.760239",
                            "store_stats": {
                                "bytes_total": 17393323,
                                "bytes_sst": 0,
                                "bytes_log": 420520,
                                "bytes_misc": 16972803,
                                "last_updated": "0.000000"
                            },
                            "health": "HEALTH_OK"
                        }
                    ]
                }
            ]
        },
        "timechecks": {
            "epoch": 29,
            "round": 0,
            "round_status": "finished"
        },
        "summary": [
            {
                "severity": "HEALTH_ERR",
                "summary": "64 pgs are stuck inactive for more than 300 seconds"
            },
            {
                "severity": "HEALTH_WARN",
                "summary": "64 pgs stuck inactive"
            },
            {
                "severity": "HEALTH_ERR",
                "summary": "no osds"
            }
        ],
        "overall_status": "HEALTH_ERR",
        "detail": []
    },
    "fsid": "56b52126-0225-441f-88fb-294fe0f271ef",
    "election_epoch": 29,
    "quorum": [
        0
    ],
    "quorum_names": [
        "0"
    ],
    "monmap": {
        "epoch": 1,
        "fsid": "56b52126-0225-441f-88fb-294fe0f271ef",
        "modified": "2016-06-13 06:28:32.231947",
        "created": "2016-06-13 06:28:32.231947",
        "mons": [
            {
                "rank": 0,
                "name": "0",
                "addr": "192.168.2.35:6789\/0"
            }
        ]
    },
    "osdmap": {
        "osdmap": {
            "epoch": 1,
            "num_osds": 0,
            "num_up_osds": 0,
            "num_in_osds": 0,
            "full": false,
            "nearfull": false,
            "num_remapped_pgs": 0
        }
    },
    "pgmap": {
        "pgs_by_state": [
            {
                "state_name": "creating",
                "count": 64
            }
        ],
        "version": 2,
        "num_pgs": 64,
        "data_bytes": 0,
        "bytes_used": 0,
        "bytes_avail": 0,
        "bytes_total": 0
    },
    "fsmap": {
        "epoch": 1,
        "by_rank": []
    }
}




More information about the pve-devel mailing list