Project

General

Profile

Actions

Bug #10634

closed

watch-notify-same-primary.yaml failure

Added by Sage Weil over 9 years ago. Updated about 9 years ago.

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
-
Target version:
-
% Done:

0%

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

Description

ubuntu@teuthology:/a/samuelj-2015-01-23_06:57:45-rados-master-wip-testing-vanilla-fixes-basic-multi/719763

Actions #1

Updated by Sage Weil about 9 years ago

  • Assignee changed from Sage Weil to Zack Cerza

see ceph-qa-suite.git wip-wn branch. this doesn't quite work (i think readline() doesn't block and wait for the line to come in?). can someone who knows python help?

Actions #2

Updated by Sage Weil about 9 years ago

machine_type: plana,mira,burnupi
suite_branch: wip-wn
interactive-on-error: true
roles:
- - mon.0
  - mon.1
  - mon.2
  - osd.0
  - osd.1
  - osd.2
  - client.0
tasks:
- install: 
- ceph:
    config:
      global:
        osd pool default min size: 1
      mon:
        debug ms: 1
        debug mon: 1
      osd:
        debug osd: 20
        debug ms: 1
      client:
        debug client: 20
        debug rados: 20
        debug objecter: 20
        debug ms: 1
    log-whitelist:
    - objects unfound and apparently lost
- watch_notify_same_primary:
    clients:
    - client.0

Actions #4

Updated by Zack Cerza about 9 years ago

  • Status changed from New to 4
  • Assignee changed from Zack Cerza to Sage Weil

I think you have to actually poll until you get your first line. Of course, please don't poll forever; use this handy-dandy utility:

https://github.com/ceph/teuthology/blob/master/teuthology/contextutil.py#L59

Actions #5

Updated by Sage Weil about 9 years ago

  • Status changed from 4 to Resolved
Actions

Also available in: Atom PDF