Re: [ceph-users] Looking for a definition for some undocumented variables

2016-12-12 Thread Brad Hubbard
On Tue, Dec 13, 2016 at 3:56 AM, Jake Young wrote: > Thanks John, > > To partially answer my own question: > > OPTION(osd_recovery_sleep, OPT_FLOAT, 0) // seconds to sleep between > recovery ops > > OPTION(osd_recovery_max_single_start, OPT_U64, 1) > > Funny, in the examples where I've seen osd_re

Re: [ceph-users] Looking for a definition for some undocumented variables

2016-12-12 Thread Jake Young
Thanks John, To partially answer my own question: OPTION(osd_recovery_sleep, OPT_FLOAT, 0) // seconds to sleep between recovery ops OPTION(osd_recovery_max_single_start, OPT_U64, 1) Funny, in the examples where I've seen osd_recovery_max_single_start it is being set to 1, which is the default.

Re: [ceph-users] Looking for a definition for some undocumented variables

2016-12-12 Thread John Spray
On Mon, Dec 12, 2016 at 5:23 PM, Jake Young wrote: > I've seen these referenced a few times in the mailing list, can someone > explain what they do exactly? > > What are the defaults for these values? > > osd recovery sleep > > and > > osd recover max single start Aside from the definition, you c