Re: Where did the nvd devices go?

From: Warner Losh <imp_at_bsdimp.com>
Date: Thu, 22 Jun 2023 03:43:28 UTC
On Wed, Jun 21, 2023 at 8:47 PM Kevin Oberman <rkoberman@gmail.com> wrote:

>
> Commands used were "gpart show nvd0" and "geli attach -d -k ************
> /dev/nvd0p7". Also tried both with and without the "/dev" which fail for
> nvd*  and succeed with nda*.
>

Ah. I see the problem. libgeom doesn't parse the <alias> nodes, nor does it
use them when searching for a geom by name...

I need to carefully think about how to fix it, though, since it may be an
ABI change and we're getting trickily close
to 14 to be mucking with this...

Warner