Project

General

Profile

Actions

Backport #41543

closed

mimic: [test] rbd-nbd FSX test runs are failing

Added by Nathan Cutler over 4 years ago. Updated over 4 years ago.

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


Related issues 1 (0 open1 closed)

Copied from rbd - Bug #41409: [test] rbd-nbd FSX test runs are failingResolvedJason Dillaman08/23/2019

Actions
Actions #1

Updated by Nathan Cutler over 4 years ago

  • Copied from Bug #41409: [test] rbd-nbd FSX test runs are failing added
Actions #2

Updated by Nathan Cutler over 4 years ago

  • Status changed from New to Need More Info

not sure if this fix is applicable to mimic at all. In mimic, the code in question looks like this:

  void wait_clean()
  {
    assert(!reader_thread.is_started());
    Mutex::Locker l(lock);
    while(!io_pending.empty())
      cond.Wait(lock);
Actions #3

Updated by Jason Dillaman over 4 years ago

@Nathan Weinberg: only the first commit is relevant as the second commit fixed a crash introduced on the master branch when all the mutexes were switched around.

Actions #4

Updated by Nathan Cutler over 4 years ago

  • Description updated (diff)
  • Status changed from Need More Info to In Progress
  • Assignee set to Nathan Cutler
Actions #5

Updated by Yuri Weinstein over 4 years ago

Nathan Cutler wrote:

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

merged

Actions #6

Updated by Nathan Cutler over 4 years ago

  • Status changed from In Progress to Resolved
  • Target version set to v13.2.7

This update was made using the script "backport-resolve-issue".
backport PR https://github.com/ceph/ceph/pull/30424
merge commit 2cb0ecdaae69fb7d014981664fcf067533b0e585 (v13.2.6-508-g2cb0ecdaae6)

Actions

Also available in: Atom PDF