Project

General

Profile

Actions

Bug #5198

closed

osd: powercycle testing triggers corrupt object data on xfs

Added by Sage Weil almost 11 years ago. Updated almost 11 years ago.

Status:
Duplicate
Priority:
Urgent
Assignee:
Category:
OSD
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

2013-05-29T01:23:00.735 INFO:teuthology.task.rados.rados.0.out:Writing plana6811343-485 from 0 to 59 tid 1 ranges are [0~59,607766~692645]
2013-05-29T01:23:00.772 INFO:teuthology.task.rados.rados.0.out:Writing plana6811343-485 from 607766 to 1300411 tid 2 ranges are [0~59,607766~692645]
2013-05-29T01:23:00.772 INFO:teuthology.task.rados.rados.0.out:2401: oids not in use 498
2013-05-29T01:23:00.772 INFO:teuthology.task.rados.rados.0.out:Reading 328
2013-05-29T01:23:00.773 INFO:teuthology.task.rados.rados.0.out:2402: oids not in use 497
2013-05-29T01:23:00.774 INFO:teuthology.task.rados.rados.0.out:RollingBack 79 to 209
2013-05-29T01:23:01.412 INFO:teuthology.task.rados.rados.0.out:incorrect buffer at pos 1350157
2013-05-29T01:23:01.412 INFO:teuthology.task.rados.rados.0.err:Object 328 contents ObjNum: 1069 snap: 197 seqnum: 1069 prefix: plana6811343-OID: 328 snap 197
2013-05-29T01:23:01.413 INFO:teuthology.task.rados.rados.0.err: corrupt
2013-05-29T01:23:01.413 INFO:teuthology.task.rados.rados.0.err:./test/osd/RadosModel.h: In function 'virtual void ReadOp::_finish(TestOp::CallbackInfo*)' thread 7f6db9efa700 time 2013-05-29 01:23:37.814802
2013-05-29T01:23:01.413 INFO:teuthology.task.rados.rados.0.err:./test/osd/RadosModel.h: 1053: FAILED assert(0)
2013-05-29T01:23:01.422 INFO:teuthology.task.rados.rados.0.err: ceph version 0.63-180-g1bb4e74 (1bb4e7435c3797b08aa185265425b2cb6efb66a2)
2013-05-29T01:23:01.422 INFO:teuthology.task.rados.rados.0.err: 1: (ReadOp::_finish(TestOp::CallbackInfo*)+0x13ce) [0x414dbe]
2013-05-29T01:23:01.422 INFO:teuthology.task.rados.rados.0.err: 2: (librados::C_AioComplete::finish(int)+0x1d) [0x7f6dc348fecd]
2013-05-29T01:23:01.423 INFO:teuthology.task.rados.rados.0.err: 3: (Finisher::finisher_thread_entry()+0x1c0) [0x7f6dc34fdf00]
2013-05-29T01:23:01.423 INFO:teuthology.task.rados.rados.0.err: 4: (()+0x7e9a) [0x7f6dc3141e9a]
2013-05-29T01:23:01.423 INFO:teuthology.task.rados.rados.0.err: 5: (clone()+0x6d) [0x7f6dc2958ccd]
2013-05-29T01:23:01.423 INFO:teuthology.task.rados.rados.0.err: NOTE: a copy of the executable, or `objdump -rdS <executable>` is needed to interpret this.
2013-05-29T01:23:01.423 INFO:teuthology.task.rados.rados.0.err:terminate called after throwing an instance of 'ceph::FailedAssertion'

job was
ubuntu@teuthology:/a/teuthology-2013-05-29_01:00:07-rados-master-testing-basic/25678$ cat orig.config.yaml 
kernel:
  kdb: true
  sha1: 5c1934953536b340cc2ff1924e0b16a70d2c948a
machine_type: plana
nuke-on-error: true
overrides:
  ceph:
    conf:
      mon:
        debug mon: 20
        debug ms: 20
        debug paxos: 20
    fs: xfs
    log-whitelist:
    - slow request
    sha1: 1bb4e7435c3797b08aa185265425b2cb6efb66a2
  install:
    ceph:
      sha1: 1bb4e7435c3797b08aa185265425b2cb6efb66a2
  s3tests:
    branch: master
  workunit:
    sha1: 1bb4e7435c3797b08aa185265425b2cb6efb66a2
roles:
- - mon.0
  - mon.1
  - mon.2
  - mds.0
  - client.0
- - osd.0
- - osd.1
- - osd.2
tasks:
- chef: null
- clock.check: null
- install: null
- ceph: null
- thrashosds:
    chance_down: 1.0
    powercycle: true
- rados:
    clients:
    - client.0
    objects: 500
    op_weights:
      delete: 50
      read: 100
      rollback: 50
      snap_create: 50
      snap_remove: 50
      write: 100
    ops: 4000


Related issues 1 (0 open1 closed)

Is duplicate of Ceph - Bug #4976: osd powercycle triggers object corruption on xfsResolvedSage Weil05/09/2013

Actions
Actions #1

Updated by Anonymous almost 11 years ago

  • Assignee set to Samuel Just
Actions #2

Updated by Sage Weil almost 11 years ago

  • Assignee changed from Samuel Just to Sage Weil
Actions #3

Updated by Sage Weil almost 11 years ago

  • Status changed from 12 to Duplicate

oh, this is a dup of #4976

Actions

Also available in: Atom PDF