Project

General

Profile

Actions

Bug #47273

closed

ceph report missing osdmap_clean_epochs if answered by peon

Added by Dan van der Ster over 3 years ago. Updated 12 months ago.

Status:
Resolved
Priority:
Normal
Category:
-
Target version:
-
% Done:

100%

Source:
Tags:
backport_processed
Backport:
quincy,pacific,octopus
Regression:
No
Severity:
3 - minor
Reviewed:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

The ceph report section `osdmap_clean_epochs` is empty when the response comes from a peon.

E.g, a good report from the leader:

2020-09-02 15:22:07.884 7f2444ff9700  1 -- 137.138.152.57:0/1376076529 <== mon.0 v2:137.138.152.57:3300/0 7 ==== mon_command_ack([{"prefix": "report"}]=0 report 1659462795 v0) v1 ==== 71+0+9992003 (secure 0 0 0) 0x7f2440000d30 con 0x7f242800e010
report 1659462795
{
  "min_last_epoch_clean": 3389484,
  "last_epoch_clean": {
    "per_pool": [
      {
        "poolid": 4,
        "floor": 3389484
      },
      {
        "poolid": 5,
...

From a peon:

2020-09-02 15:23:27.876 7f9f8f7fe700  1 -- 137.138.152.57:0/4020987241 <== mon.3 v2:188.184.36.206:3300/0 7 ==== mon_command_ack([{"prefix": "report"}]=0 report 726012183 v0) v1 ==== 70+0+9875972 (secure 0 0 0) 0x7f9f8403bf50 con 0x7f9f74006740
report 726012183
{
  "min_last_epoch_clean": 0,
  "last_epoch_clean": {
    "per_pool": []
  },
  "osd_epochs": []
}


Related issues 3 (0 open3 closed)

Copied to RADOS - Backport #56602: quincy: ceph report missing osdmap_clean_epochs if answered by peonResolvedRadoslaw ZarzynskiActions
Copied to RADOS - Backport #56603: octopus: ceph report missing osdmap_clean_epochs if answered by peonRejectedActions
Copied to RADOS - Backport #56604: pacific: ceph report missing osdmap_clean_epochs if answered by peonResolvedKonstantin ShalyginActions
Actions

Also available in: Atom PDF