Project

General

Profile

Actions

Bug #49959

closed

rbd-mirror: invalid name of rbd mirror image in perf dump

Added by Arthur Outhenin-Chalandre about 3 years ago. Updated almost 3 years ago.

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

0%

Source:
Tags:
Backport:
octopus,pacific
Regression:
Yes
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

All the images in `perf dump` of the rbd-mirror daemon in Octopus (but not in Nautilus) have an invalid name.

What you expect to have in the perf dump:


$ ceph daemon /var/run/ceph/ceph-client.rbd-mirror.[...].asok  perf dump
{
[...]
    "rbd_mirror_image_test/test--1": {
        "replay": 0,
        "replay_bytes": 0,
        "replay_latency": {
            "avgcount": 0,
            "sum": 0.000000000,
            "avgtime": 0.000000000
        }
    },
[...]
}

What you actually have in the latest octopus release:


$ ceph daemon /var/run/ceph/ceph-client.rbd-mirror.[...].asok  perf dump
{
[...]
    "rbd_mirror_image_-0x55cbc7d63c20": {
        "replay": 0,
        "replay_bytes": 0,
        "replay_latency": {
            "avgcount": 0,
            "sum": 0.000000000,
            "avgtime": 0.000000000
        }
    },
[...]
}

Related issues 2 (0 open2 closed)

Copied to Ceph - Backport #50081: octopus: rbd-mirror: invalid name of rbd mirror image in perf dumpResolvedNathan CutlerActions
Copied to Ceph - Backport #50082: pacific: rbd-mirror: invalid name of rbd mirror image in perf dumpResolvedsinguliere _Actions
Actions #1

Updated by Arthur Outhenin-Chalandre about 3 years ago

I can't edit the pull request ID, but here is the PR that fix this issue: https://github.com/ceph/ceph/pull/40370.

Actions #2

Updated by Dan van der Ster about 3 years ago

  • Assignee set to Arthur Outhenin-Chalandre
  • Pull request ID set to 40370
Actions #3

Updated by Dan van der Ster about 3 years ago

  • Status changed from New to Fix Under Review
  • Backport changed from octopus to octopus,pacific
Actions #4

Updated by Mykola Golub about 3 years ago

  • Status changed from Fix Under Review to Pending Backport
Actions #5

Updated by Backport Bot about 3 years ago

  • Copied to Backport #50081: octopus: rbd-mirror: invalid name of rbd mirror image in perf dump added
Actions #6

Updated by Backport Bot about 3 years ago

  • Copied to Backport #50082: pacific: rbd-mirror: invalid name of rbd mirror image in perf dump added
Actions #7

Updated by Loïc Dachary almost 3 years ago

  • Status changed from Pending Backport to Resolved

While running with --resolve-parent, the script "backport-create-issue" noticed that all backports of this issue are in status "Resolved" or "Rejected".

Actions

Also available in: Atom PDF