Project

General

Profile

Bug #18731

[teuthology] rbd-mirror tests sporadically fail due to pid file error

Added by Nathan Cutler about 7 years ago. Updated over 6 years ago.

Status:
Resolved
Priority:
Low
Assignee:
-
Target version:
-
% Done:

0%

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

Description

Failed test description: rbd/mirror/{base/install.yaml cluster/{2-node.yaml openstack.yaml} fs/xfs.yaml msgr-failures/many.yaml rbd-mirror/one-per-cluster.yaml workloads/rbd-mirror-workunit.yaml}

Failed test URL: http://pulpito.ceph.com/smithfarm-2017-01-30_12:16:19-rbd-wip-jewel-backports-distro-basic-smithi/765375

Test branch: https://github.com/ceph/ceph-ci/tree/wip-jewel-backports

2017-01-30T12:46:04.431 INFO:tasks.workunit.cluster1.client.mirror.smithi113.stderr:+ ceph --cluster cluster1 osd pool rm mirror mirror --yes-i-really-really-mean-it
2017-01-30T12:46:04.962 INFO:tasks.workunit.cluster1.client.mirror.smithi113.stderr:pool 'mirror' does not exist
2017-01-30T12:46:04.974 INFO:tasks.workunit.cluster1.client.mirror.smithi113.stderr:+ ceph --cluster cluster2 osd pool rm mirror mirror --yes-i-really-really-mean-it
2017-01-30T12:46:05.489 INFO:tasks.workunit.cluster1.client.mirror.smithi113.stderr:pool 'mirror' does not exist
2017-01-30T12:46:05.502 INFO:tasks.workunit.cluster1.client.mirror.smithi113.stderr:+ ceph --cluster cluster1 osd pool rm mirror_parent mirror_parent --yes-i-really-really-mean-it
2017-01-30T12:46:06.268 INFO:tasks.workunit.cluster1.client.mirror.smithi113.stderr:pool 'mirror_parent' does not exist
2017-01-30T12:46:06.280 INFO:tasks.workunit.cluster1.client.mirror.smithi113.stderr:+ ceph --cluster cluster2 osd pool rm mirror_parent mirror_parent --yes-i-really-really-mean-it
2017-01-30T12:46:06.889 INFO:tasks.workunit.cluster1.client.mirror.smithi113.stderr:pool 'mirror_parent' does not exist

History

#1 Updated by Nathan Cutler about 7 years ago

  • Description updated (diff)
  • Priority changed from Normal to Urgent

#2 Updated by Jason Dillaman about 7 years ago

  • Subject changed from rbd_mirror.sh fails in jewel 10.2.6 integration testing to [teuthology] rbd-mirror tests sporadically fail due to pid file error
  • Priority changed from Urgent to Low

The rbd-mirror daemon log includes an error such as when this occurs:

2017-01-30 12:43:49.318789 7f9e11658ec0 -1 open: failed to lock pidfile /var/run/ceph/cluster1-client.mirror.pid because another process locked it.

#3 Updated by Jason Dillaman over 6 years ago

  • Status changed from New to Resolved

The teuthology "rbd-mirror" task did not run the daemon in the foreground -- so it was never stopped by the test harness at the end of the test run.

Also available in: Atom PDF