Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 2015 19:05:16 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        cem@FreeBSD.org
Cc:        FreeBSD Current <freebsd-current@FreeBSD.org>, freebsd-rc@FreeBSD.org
Subject:   Re: dumpdev in loader.conf vs rc.d/dumpon
Message-ID:  <5602CDBC.7080906@FreeBSD.org>
In-Reply-To: <CAG6CVpVvStV1pUi8WEBS0T5PaHxFk_HxGi8ch-LXU_DiheyTGw@mail.gmail.com>
References:  <5602B922.20703@FreeBSD.org> <CAG6CVpVvStV1pUi8WEBS0T5PaHxFk_HxGi8ch-LXU_DiheyTGw@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 23/09/2015 18:59, Conrad Meyer wrote:
> On Wed, Sep 23, 2015 at 7:37 AM, Andriy Gapon <avg@freebsd.org> wrote:
>>
>> I have recently discovered 'dumpdev' kernel environment variable that is
>> settable, for example, from loader.conf.  To me it *seems* that this variable
>> has to be set to a device name / path without the leading '/dev'.
> 
> Why?

Because that's how I read the code in sys/geom/geom_dev.c.  Especially
init_dumpdev() - I believe that devtoname() returns a device name without '/dev/'.

>> If that's so,
>> then rc.d/dumpon must prepend '/dev' when passing the value of 'dumpdev' to
>> dumpon(8).
> 
> dumpon(8) opens the configured file (accessible in the normal
> namespace, i.e. "/dev/ada0s1b") and uses a magical ioctl on the device
> to configure it as the dump device.  This is all documented in
> dumpon(8).  Additionally, dumpon.c is short and quite legible.

Indeed.

> I don't see etc/rc.d/dumpon prepending /dev to anything.

Right, that's why I posted my message (bug report).

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5602CDBC.7080906>