svn commit: r364863 - head

Harry Schmalzbauer freebsd at omnilan.de
Fri Aug 28 16:26:04 UTC 2020


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


More information about the svn-src-all mailing list