Project

General

Profile

Bug #42384

TestClsRbd.mirror fails in upgrade test.

Added by Kefu Chai over 4 years ago. Updated over 4 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
Jason Dillaman
Target version:
-
% Done:

0%

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

Description

rados/thrash-old-clients/{0-size-min-size-overrides/3-size-2-min-size.yaml 1-install/nautilus-v2only.yaml backoff/peering.yaml ceph.yaml clusters/{openstack.yaml three-plus-one.yaml} d-balancer/off.yaml distro$/{centos_latest.yaml} msgr-failures/fastclose.yaml rados.yaml thrashers/morepggrow.yaml thrashosds-health.yaml workloads/rbd_cls.yaml}
2019-10-20T13:53:06.518 INFO:teuthology.orchestra.run.mira057.stdout:/home/jenkins-build/build/workspace/ceph-dev-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos7/DIST/centos7/MACHINE_SIZE/
huge/release/14.2.4-230-g6bd64f3/rpm/el7/BUILD/ceph-14.2.4-230-g6bd64f3/src/test/cls_rbd/test_cls_rbd.cc:1561: Failure
2019-10-20T13:53:06.518 INFO:teuthology.orchestra.run.mira057.stdout:      Expected: 0
2019-10-20T13:53:06.519 INFO:teuthology.orchestra.run.mira057.stdout:To be equal to: mirror_peer_add(&ioctx, "uuid4", "cluster3", "admin", 234)
2019-10-20T13:53:06.519 INFO:teuthology.orchestra.run.mira057.stdout:      Which is: -17
2019-10-20T13:53:06.519 INFO:teuthology.orchestra.run.mira057.stdout:[  FAILED  ] TestClsRbd.mirror (57 ms)

/a/kchai-2019-10-20_12:50:42-rados-wip-kefu-testing-2019-10-18-1835-distro-basic-mira/4427740/teuthology.log

before https://github.com/ceph/ceph/pull/30558 , we check pool_id in mirror_peer_add(). after it, we don't check pool_id anymore in peer_add(), so

- mirror_peer_add(&ioctx, "uuid3", "cluster3", "admin", 123)
- mirror_peer_add(&ioctx, "uuid4", "cluster3", "admin", 234)

are considered as different peers in nautilus, but they are considered as identical peer in master.

History

#1 Updated by Jason Dillaman over 4 years ago

  • Status changed from New to Duplicate

Duplicate of #42333

Also available in: Atom PDF