Project

General

Profile

Actions

Backport #47362

closed

nautilus: pgs inconsistent, union_shard_errors=missing

Added by Mykola Golub over 3 years ago. Updated over 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Target version:
Release:
nautilus
Pull request ID:
Crash signature (v1):
Crash signature (v2):


Related issues 1 (0 open1 closed)

Copied from RADOS - Bug #43174: pgs inconsistent, union_shard_errors=missingResolvedMykola Golub

Actions
Actions #1

Updated by Mykola Golub over 3 years ago

  • Copied from Bug #43174: pgs inconsistent, union_shard_errors=missing added
Actions #2

Updated by Mykola Golub over 3 years ago

  • Description updated (diff)
  • Status changed from New to In Progress
  • Assignee set to Mykola Golub
Actions #3

Updated by Yuri Weinstein over 3 years ago

Mykola Golub wrote:

https://github.com/ceph/ceph/pull/37051

merged

Actions #4

Updated by Nathan Cutler over 3 years ago

  • Status changed from In Progress to Resolved
  • Target version set to v14.2.12

This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/37051
merge commit cb0c63edec2575d476f363a7d690d66857d426f2 (v14.2.11-177-gcb0c63edec2)

Actions #5

Updated by Alexander Kazansky over 3 years ago

14.2.13 bug happens

ceph pg 21.4c1 query | jq .state

"active+clean+inconsistent" 

rados list-inconsistent-obj 21.4c1 -f json-pretty

"shards": [
    {
        "osd": 68,
        "primary": false,
        "errors": [],
        "size": 181625,
        "omap_digest": "0xffffffff",
        "data_digest": "0x5b4976ac" 
    },
    {
        "osd": 206,
        "primary": true,
        "errors": [],
        "size": 181625,
        "omap_digest": "0xffffffff",
        "data_digest": "0x5b4976ac" 
    },
    {
        "osd": 418,
        "primary": false,
        "errors": [],
        "size": 181625,
        "omap_digest": "0xffffffff",
        "data_digest": "0x5b4976ac" 
    },
    {
        "osd": 430,
        "primary": false,
        "errors": [
            "missing" 
        ]
    }
]

ceph tell osd.430 version

{
    "version": "ceph version 14.2.13 (1778d63e55dbff6cedb071ab7d367f8f52a8699f) nautilus (stable)" 
}

Actions #6

Updated by Nathan Cutler over 3 years ago

@Alexander -
This issue is closed and it is only by chance that I saw your comment on it and decided to respond.

Please create a new bug report with your findings. If you think it migt be a regression introduced by this backport, or that that the issue happens despite having supposedly been fixed by this backport, you of course can (and probably should?) mention that in the bug report.

Actions

Also available in: Atom PDF