Project

General

Profile

Actions

Bug #10083

closed

cephtool/test.sh: osd create w/o uuid test is noisy

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

Status:
Resolved
Priority:
Urgent
Assignee:
Category:
qa
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

  id=`ceph osd create`
  ceph osd lost $id --yes-i-really-mean-it
  expect_false ceph osd setmaxosd $id
  ceph osd rm $id

is problematic because a retry will create 2 (or more) osds and only delete the last one. I think we need to drop the non-uuid osd create test entirely, or enumerate the osds beforehand and delete all new ones.

causing failures like this:
ubuntu@teuthology:/var/lib/teuthworker/archive/sage-2014-11-11_08:26:01-rados-wip-sage-testing-distro-basic-multi/596168

Actions #1

Updated by Loïc Dachary over 9 years ago

  • Category set to qa
  • Status changed from 12 to Fix Under Review
Actions #2

Updated by Loïc Dachary over 9 years ago

Verified to work with

CEPH_CLI_TEST_DUP_COMMAND=yes ../qa/workunits/cephtool/test.sh -t mon_osd
../qa/workunits/cephtool/test.sh -t mon_osd

Actions #3

Updated by Sage Weil over 9 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF