Bug 1321144 - Configuration guide should explain clearer that adjusting scrubbing time windows effects both scrub and deep scrub
Summary: Configuration guide should explain clearer that adjusting scrubbing time wind...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat
Component: Documentation
Version: 1.3.2
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: rc
: 2.0
Assignee: Bara Ancincova
QA Contact: ceph-qe-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-03-24 19:00 UTC by Mike Hackett
Modified: 2016-04-19 17:25 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-19 17:25:36 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Mike Hackett 2016-03-24 19:00:16 UTC
Description of problem:

- In the Ceph configuration Guide (https://access.redhat.com/documentation/en/red-hat-ceph-storage/version-1.3/configuration-guide/#scrubbing) chapter 6.3 on Scrubbing details the following:

osd scrub begin hour

Description
    The earliest hour scrubbing can begin. Used with osd scrub end hour to define a scrubbing time window. Allows constraining scrubbing to off-peak hours. Takes an integer to specify the hour on a 24 hour cycle where 0 represents the hour from 12:01 a.m. to 1:00 a.m., 13 represents the hour from 1:01pm-2:00 p.m., etc. 
Type
    32-bit Integer 
Default
    0 for 12:01-1:00 a.m. 





osd scrub end hour

Description
    The latest hour scrubbing can begin. Used with osd scrub begin hour to define a scrubbing time window. Allows constraining scrubbing to off-peak hours. Takes an integer to specify the hour on a 24 hour cycle where 0 represents the hour from 12:01 a.m. to 1:00 a.m., 13 represents the hour from 1:01pm-2:00 p.m., etc. The end hour must be greater than the begin hour. 
Type
    32-bit Integer 
Default
    24 for 11:01pm-12:00 a.m. 






- This does not detail if scrub or deep-scrub is impacted here. This should be stated clearer that BOTH scrub and deep-scrub are impacted by this configuration setting.

For example could write up as:

osd scrub begin hour

Description
    The earliest hour that scrubbing and deep-scrubbing can begin. Used with osd scrub end hour to define a scrubbing time window. Allows constraining scrubbing to off-peak hours. Takes an integer to specify the hour on a 24 hour cycle where 0 represents the hour from 12:01 a.m. to 1:00 a.m., 13 represents the hour from 1:01pm-2:00 p.m., etc. 


Version-Release number of selected component (if applicable):
1.3


Note You need to log in before you can comment on or make changes to this bug.