Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2012 09:02:22 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        freebsd-fs@FreeBSD.org, freebsd-hackers@FreeBSD.org
Subject:   Re: [review request] zfsboot/zfsloader: support accessing filesystems within a pool
Message-ID:  <4F8E58EE.8080909@FreeBSD.org>
In-Reply-To: <201204171643.39447.jhb@freebsd.org>
References:  <4F8999D2.1080902@FreeBSD.org> <201204160956.21148.jhb@freebsd.org> <4F8DD0FB.7000907@FreeBSD.org> <201204171643.39447.jhb@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
on 17/04/2012 23:43 John Baldwin said the following:
> On Tuesday, April 17, 2012 4:22:19 pm Andriy Gapon wrote:
>> We already have a flag for ZFS (KARGS_FLAGS_ZFS, 0x4).  So the new flag could be
>> named something ZFS-specific (as silly as KARGS_FLAGS_ZFS2) or something more
>> general such as KARGS_FLAGS_32_BYTES meaning that the total size of arguments
>> area is 32 bytes (as opposed to 24 previously).
> 
> Does KARGS_FLAGS_GUID work?
> 

I think that's too terse, we already passed a pool guid via the existing
argument space.  So it should be something like KARGS_FLAGS_ZFS_FS_GUID or
KARGS_FLAGS_ZFS_DS_GUID (DS - dataset).

-- 
Andriy Gapon



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4F8E58EE.8080909>