Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2017 09:47:45 -0800
From:      Xin LI <delphij@gmail.com>
To:        Andriy Gapon <avg@freebsd.org>
Cc:        Ian Lepore <ian@freebsd.org>, Xin LI <delphij@freebsd.org>,  "src-committers@freebsd.org" <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   Re: svn commit: r313533 - stable/10/usr.sbin/watchdogd
Message-ID:  <CAGMYy3sVRoTPg15WT3%2BhuOqmeQHjEnBxge-TX%2BUVsZif_3dAeA@mail.gmail.com>
In-Reply-To: <6930dc08-d5b3-5383-eb30-54d92767d43e@FreeBSD.org>
References:  <201702100653.v1A6rmL9009347@repo.freebsd.org> <1486743003.10020.242.camel@freebsd.org> <6930dc08-d5b3-5383-eb30-54d92767d43e@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi, Andriy,

Yes you did MFC'ed the changes.  The original change was intended for
stable/10 but I probably have been disrupted when the MFC notification
come in.

Cheers,

On Fri, Feb 10, 2017 at 8:32 AM, Andriy Gapon <avg@freebsd.org> wrote:
> On 10/02/2017 18:10, Ian Lepore wrote:
>> On Fri, 2017-02-10 at 06:53 +0000, Xin LI wrote:
>>> Author: delphij
>>> Date: Fri Feb 10 06:53:48 2017
>>> New Revision: 313533
>>> URL: https://svnweb.freebsd.org/changeset/base/313533
>>>
>>> Log:
>>>   MFC r274583: Default to use 10 seconds as nap interval instead of
>>> 1.
>>>
>>> Modified:
>>>   stable/10/usr.sbin/watchdogd/watchdogd.8
>>>   stable/10/usr.sbin/watchdogd/watchdogd.c
>>>
>>
>> I didn't see this change when it happened on -current, but my burning
>> question now is:  how will this work when the timeout is set to values
>> less than 10 seconds, which is the only option on some hardware?
>
> Please see r308040 and r308479.
> I don't recall right now if I MFC-ed them to stable/10.
>
>>
>>> Modified: stable/10/usr.sbin/watchdogd/watchdogd.8
>>> =====================================================================
>>> =========
>>> --- stable/10/usr.sbin/watchdogd/watchdogd.8 Fri Feb 10
>>> 06:34:52 2017        (r313532)
>>> +++ stable/10/usr.sbin/watchdogd/watchdogd.8 Fri Feb 10
>>> 06:53:48 2017        (r313533)
>>> @@ -80,7 +80,7 @@ reboot if there are problems with the sc
>>>  The
>>>  .Fl s Ar sleep
>>>  argument can be used to control the sleep period between each
>>> execution
>>> -of the check and defaults to one second.
>>> +of the check and defaults to 10 seconds.
>>>  .Pp
>>>  The
>>>  .Fl t Ar timeout
>>>
>>> Modified: stable/10/usr.sbin/watchdogd/watchdogd.c
>>> =====================================================================
>>> =========
>>> --- stable/10/usr.sbin/watchdogd/watchdogd.c Fri Feb 10
>>> 06:34:52 2017        (r313532)
>>> +++ stable/10/usr.sbin/watchdogd/watchdogd.c Fri Feb 10
>>> 06:53:48 2017        (r313533)
>>> @@ -80,7 +80,7 @@ static u_int timeout = WD_TO_128SEC;
>>>  static u_int exit_timeout = WD_TO_NEVER;
>>>  static u_int pretimeout = 0;
>>>  static u_int timeout_sec;
>>> -static u_int nap = 1;
>>> +static u_int nap = 10;
>>>  static int passive = 0;
>>>  static int is_daemon = 0;
>>>  static int is_dry_run = 0;  /* do not arm the watchdog, only
>>>
>>
>
>
> --
> Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGMYy3sVRoTPg15WT3%2BhuOqmeQHjEnBxge-TX%2BUVsZif_3dAeA>