Project

General

Profile

Actions

Bug #23621

closed

qa/standalone/mon/misc.sh fails on master

Added by Sage Weil about 6 years ago. Updated about 6 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
Tests
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

This appears to be from the addition of the osdmap-prune mon feature?

Actions #2

Updated by Brad Hubbard about 6 years ago

  • Assignee changed from Joao Eduardo Luis to Brad Hubbard
Actions #3

Updated by Brad Hubbard about 6 years ago

bc5df2b4497104c2a8747daf0530bb5184f9fecb added ceph::features::mon::FEATURE_OSDMAP_PRUNE so the output that's failing now looks like this.

$ ceph mon_status --format=json 2>/dev/null|jq .monmap.features
{
  "persistent": [
    "kraken",
    "luminous",
    "mimic",
    "osdmap-prune" 
  ],
  "optional": []
}

The failing filter in misc.sh looks like "jqfilter='.monmap.features.persistent | length == 3'" so the length needs to be changed to '4' and a 'select' query for 'osdmap-prune' added.

Actions #4

Updated by Brad Hubbard about 6 years ago

  • Status changed from 12 to In Progress
Actions #5

Updated by Kefu Chai about 6 years ago

  • Category set to Tests
  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF