Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa: tolerate failure to force backfill #19765

Merged
merged 2 commits into from Jan 8, 2018

Conversation

liewegas
Copy link
Member

@liewegas liewegas commented Jan 3, 2018

The pool may get deleted out from underneath us.

http://tracker.ceph.com/issues/22614

The pool may have been deleted out from underneath us.

Signed-off-by: Sage Weil <sage@redhat.com>
Signed-off-by: Sage Weil <sage@redhat.com>
@liewegas
Copy link
Member Author

liewegas commented Jan 3, 2018

this fixes

failure_reason: 'Command failed on smithi017 with status 2: u''sudo adjust-ulimits
  ceph-coverage /home/ubuntu/cephtest/archive/coverage timeout 120 ceph --cluster
  ceph pg force-backfill 7.9 7.5 7.2 7.0 7.a 7.17 7.15 7.10'''
from /a/sage-2018-01-02_15:59:02-rados-mimic-dev1-distro-basic-smithi/2015378

Copy link
Contributor

@tchaikov tchaikov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

a pool was removed right after ceph --cluster ceph pg force-backfill.

2018-01-02T17:08:20.884 INFO:teuthology.orchestra.run.smithi017.stdout:successfully deleted pool unique_pool_5
...
2018-01-02T17:08:21.036 INFO:teuthology.orchestra.run.smithi017.stderr:Error ENOENT: pg 7.9 not exists; pg 7.5 not exists; pg 7.2 not exists; pg 7.0 not exists; pg 7.a not exists; pg 7.17 not exists; pg 7.15 not exists; pg 7.10 not exists;

@yuriw
Copy link
Contributor

yuriw commented Jan 5, 2018

@yuriw yuriw merged commit c30eca5 into ceph:master Jan 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants