Project

General

Profile

Actions

Bug #6628

closed

krbd: BUG during ceph_osdc_stop() sometimes when rbd_add() fails

Added by Josh Durgin over 10 years ago. Updated almost 10 years ago.

Status:
Resolved
Priority:
High
Assignee:
Target version:
-
% Done:

0%

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

Description

BUG at osd_client.c:978:

static void __remove_osd(struct ceph_osd_client *osdc, struct ceph_osd *osd)
{
    dout("__remove_osd %p\n", osd);
    BUG_ON(!list_empty(&osd->o_requests));
...

This happened when running a test script that tried to map a nonexistent image many times.
This was in VNC, so I don't have an exact trace, but it's in the error path of rbd_add():

__remove_osd()
ceph_osdc_stop()
ceph_destroy_client()
rbd_client_release()
rbd_dev_destroy()
rbd_add()
Actions #1

Updated by Sage Weil about 10 years ago

  • Priority changed from Normal to High
Actions #2

Updated by Ian Colle about 10 years ago

  • Assignee set to Ilya Dryomov
Actions #3

Updated by Ian Colle about 10 years ago

  • Status changed from New to 12
Actions #4

Updated by Ilya Dryomov almost 10 years ago

  • Status changed from 12 to Fix Under Review

wip-remove-osd-6628

Actions #5

Updated by Ilya Dryomov almost 10 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF