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 about 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

Also available in: Atom PDF