Project

General

Profile

Actions

Bug #3774

closed

osd: 'ceph osd scrub' and 'ceph pg scrub' are poorly scheduled

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

Status:
Resolved
Priority:
High
Assignee:
Category:
-
Target version:
-
% Done:

0%

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

Description

These should get put at the top of the scrub queue in a way that still honors all the scheduling.

The problem is that they are immediately dumped into the work queue, and bypass the scrub reservation across OSDs, making them high-impact on a running cluster.

Currently we scheduled scrub off the last_scrub list, ordered by the last_scrub timestamp. One solution is to queue the PG based on either that, or time 0 if the pg is marked for immediate scrub.

Actions #1

Updated by Sage Weil over 11 years ago

  • Priority changed from Normal to High
Actions #2

Updated by Ian Colle over 11 years ago

  • Assignee set to Samuel Just
Actions #3

Updated by Sage Weil over 11 years ago

  • Description updated (diff)
  • Status changed from New to 12
  • Assignee deleted (Samuel Just)
Actions #4

Updated by Sage Weil over 11 years ago

  • Assignee set to Sage Weil

wip-scrub-sched for the argonaut version. should look very similar for master/bobtail.

Actions #5

Updated by Sage Weil over 11 years ago

  • Status changed from 12 to In Progress
Actions #6

Updated by Sage Weil over 11 years ago

  • Status changed from In Progress to Fix Under Review

wip-scrub

Actions #7

Updated by Sage Weil over 11 years ago

  • Status changed from Fix Under Review to Resolved
Actions

Also available in: Atom PDF