Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Aug 2020 18:25:56 +0200
From:      Harry Schmalzbauer <freebsd@omnilan.de>
To:        Ryan Moeller <freqlabs@FreeBSD.org>, Kyle Evans <kevans@FreeBSD.org>, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org
Subject:   Re: svn commit: r364863 - head
Message-ID:  <1003ad68-5339-789c-1451-f26ff2a31606@omnilan.de>
In-Reply-To: <1e71689e-5dca-f5cc-bc3a-177b45621431@FreeBSD.org>
References:  <202008271326.07RDQbGd016044@repo.freebsd.org> <a60db160-df91-1ae8-630d-18dec9012147@omnilan.de> <1e71689e-5dca-f5cc-bc3a-177b45621431@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Am 28.08.2020 um 17:43 schrieb Ryan Moeller:
…
>> ld: error: undefined symbol: zfs_zstd_decompress_level
>> >>> referenced by zio_compress.c
>> >>>               zio_compress.o:(zio_compress_table)
>> *** Error code 1
>>
>> According to src/sys/amd64/conf/NOTES, "options ZFS" should still be 
>> supported.
>> Unfortunately I have no adhoc idea how to fix. Anybody else?
> 
> 
> You need options ZSTDIO, too. NOTES needs to be updated.

Thanks a lot!

May I suggest the following change:
Index: sys/contrib/openzfs/man/man8/zfsprops.8
===================================================================
--- sys/contrib/openzfs/man/man8/zfsprops.8     (Revision 364900)
+++ sys/contrib/openzfs/man/man8/zfsprops.8     (Arbeitskopie)
@@ -1049,8 +1049,9 @@
  dataset creation time and it cannot be changed afterwards.
  .Pp
  For more details and caveats about encryption see the
-.Sy Encryption
-section.
+.Em Encryption
+section of
+.Xr zfs-load-key 8 .
  .It Sy keyformat Ns = Ns Sy raw Ns | Ns Sy hex Ns | Ns Sy passphrase
  Controls what format the user's encryption key will be provided as. This
  property is only set when the dataset is encrypted.


Curious about the new OpenZFS bells and whistles, I promptly struggeld 
over finding "the Encryption section".

Some lines above, the man page already mentiones explicitly 
zfs-load-key.8 while referencing the Encryption section, so I just 
copied the macros used there - not much clue about man here…

Thanks,
-harry



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1003ad68-5339-789c-1451-f26ff2a31606>