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
@@ -2816,7 +2816,8 @@ show_import(nvlist_t *config)
|
||||
|
||||
if (msgid != NULL) {
|
||||
(void) printf(gettext(
|
||||
" see: https://zfsonlinux.org/msg/%s\n"), msgid);
|
||||
" see: https://openzfs.github.io/openzfs-docs/msg/%s\n"),
|
||||
msgid);
|
||||
}
|
||||
|
||||
(void) printf(gettext(" config:\n\n"));
|
||||
@@ -7804,7 +7805,7 @@ print_dedup_stats(nvlist_t *config)
|
||||
* pool: tank
|
||||
* status: DEGRADED
|
||||
* reason: One or more devices ...
|
||||
* see: https://zfsonlinux.org/msg/ZFS-xxxx-01
|
||||
* see: https://openzfs.github.io/openzfs-docs/msg/ZFS-xxxx-01
|
||||
* config:
|
||||
* mirror DEGRADED
|
||||
* c1t0d0 OK
|
||||
@@ -8193,7 +8194,9 @@ status_callback(zpool_handle_t *zhp, void *data)
|
||||
if (msgid != NULL) {
|
||||
printf(" ");
|
||||
printf_color(ANSI_BOLD, gettext("see:"));
|
||||
printf(gettext(" https://zfsonlinux.org/msg/%s\n"), msgid);
|
||||
printf(gettext(
|
||||
" https://openzfs.github.io/openzfs-docs/msg/%s\n"),
|
||||
msgid);
|
||||
}
|
||||
|
||||
if (config != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user