mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
zpool: Change base URL for ZFS messages to openzfs-docs
Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ryan Moeller <ryan@iXsystems.com> Closes #10820
This commit is contained in:
committed by
Brian Behlendorf
parent
4f6167deb5
commit
57fc3987a0
@@ -4850,7 +4850,8 @@ zfs_receive_one(libzfs_handle_t *hdl, int infd, const char *tosnap,
|
||||
case ZFS_ERR_FROM_IVSET_GUID_MISSING:
|
||||
zfs_error_aux(hdl, dgettext(TEXT_DOMAIN,
|
||||
"IV set guid missing. See errata %u at "
|
||||
"https://zfsonlinux.org/msg/ZFS-8000-ER."),
|
||||
"https://openzfs.github.io/openzfs-docs/msg/"
|
||||
"ZFS-8000-ER."),
|
||||
ZPOOL_ERRATA_ZOL_8308_ENCRYPTION);
|
||||
(void) zfs_error(hdl, EZFS_BADSTREAM, errbuf);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user