Project

General

Profile

Actions

Bug #4272

closed

rbd snap rollback broken on next

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

Status:
Resolved
Priority:
Urgent
Assignee:
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@plana85:~$ CEPH_CONF="/tmp/cephtest/sage@flab-2013-02-26_12-15-42/ceph.conf" LD_LIBRARY_PATH=/tmp/cephtest/sage@flab-2013-02-26_12-15-42/binary/usr/local/lib /tmp/cephtest/sage@flab-2013-02-26_12-15-42/binary/usr/local/bin/rbd info testimg1
rbd image 'testimg1':
        size 128 MB in 32 objects
        order 22 (4096 KB objects)
        block_name_prefix: rb.0.12c5.7a6d8d3c
        format: 1
ubuntu@plana85:~$ CEPH_CONF="/tmp/cephtest/sage@flab-2013-02-26_12-15-42/ceph.conf" LD_LIBRARY_PATH=/tmp/cephtest/sage@flab-2013-02-26_12-15-42/binary/usr/local/lib /tmp/cephtest/sage@flab-2013-02-26_12-15-42/binary/usr/local/bin/rbd snap ls testimg1
SNAPID NAME    SIZE 
     4 snap1 256 MB 
ubuntu@plana85:~$ CEPH_CONF="/tmp/cephtest/sage@flab-2013-02-26_12-15-42/ceph.conf" LD_LIBRARY_PATH=/tmp/cephtest/sage@flab-2013-02-26_12-15-42/binary/usr/local/lib /tmp/cephtest/sage@flab-2013-02-26_12-15-42/binary/usr/local/bin/rbd snap rollback --snap=snap1 testimg1
Rolling back to snapshot: 100% complete...done.
ubuntu@plana85:~$ CEPH_CONF="/tmp/cephtest/sage@flab-2013-02-26_12-15-42/ceph.conf" LD_LIBRARY_PATH=/tmp/cephtest/sage@flab-2013-02-26_12-15-42/binary/usr/local/lib /tmp/cephtest/sage@flab-2013-02-26_12-15-42/binary/usr/local/bin/rbd snap ls testimg1
SNAPID NAME    SIZE 
     4 snap1 256 MB 
ubuntu@plana85:~$ CEPH_CONF="/tmp/cephtest/sage@flab-2013-02-26_12-15-42/ceph.conf" LD_LIBRARY_PATH=/tmp/cephtest/sage@flab-2013-02-26_12-15-42/binary/usr/local/lib /tmp/cephtest/sage@flab-2013-02-26_12-15-42/binary/usr/local/bin/rbd info testimg1
rbd image 'testimg1':
        size 128 MB in 32 objects
        order 22 (4096 KB objects)
        block_name_prefix: rb.0.12c5.7a6d8d3c
        format: 1

this is triggered by this test
kernel:
  kdb: true
  sha1: 49659416ba4fa8308bd29e453f54c3bcf8a0fbf1
nuke-on-error: true
overrides:
  ceph:
    conf:
      global:
        ms inject socket failures: 5000
      osd:
        osd op thread timeout: 60
    fs: btrfs
    log-whitelist:
    - slow request
    sha1: 9096d70642880946b0b477e33f7debabbefec9fa
  s3tests:
    branch: next
  workunit:
    sha1: 9096d70642880946b0b477e33f7debabbefec9fa
roles:
- - mon.a
  - mon.b
  - mon.c
  - mds.a
  - osd.0
  - osd.1
  - osd.2
  - client.0
tasks:
- chef: null
- clock: null
- ceph: null
- ceph-fuse: null
- workunit:
    clients:
      client.0:
      - rbd/copy.sh
    env:
      RBD_CREATE_ARGS: --new-format


ubuntu@teuthology:/a/teuthology-2013-02-26_01:00:04-regression-next-testing-basic/12076
Actions #1

Updated by Sage Weil about 11 years ago

  • Status changed from 12 to Resolved

commit:f58601d681d3aee6541119ab830ba5e2a9ec3a13

Actions

Also available in: Atom PDF