mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Change sun.com URLs to zfsonlinux.org
ZFS contains error messages that point to the defunct www.sun.com domain, which is currently offline. Change these error messages to use the zfsonlinux.org mirror instead. This commit depends on: zfsonlinux/zfsonlinux.github.com@8e10ead3dc Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
committed by
Brian Behlendorf
parent
3bb1ac6994
commit
3cee2262a6
@@ -1482,7 +1482,7 @@ show_import(nvlist_t *config)
|
||||
}
|
||||
|
||||
if (msgid != NULL)
|
||||
(void) printf(gettext(" see: http://www.sun.com/msg/%s\n"),
|
||||
(void) printf(gettext(" see: http://zfsonlinux.org/msg/%s\n"),
|
||||
msgid);
|
||||
|
||||
(void) printf(gettext("config:\n\n"));
|
||||
@@ -3448,7 +3448,7 @@ print_dedup_stats(nvlist_t *config)
|
||||
* pool: tank
|
||||
* status: DEGRADED
|
||||
* reason: One or more devices ...
|
||||
* see: http://www.sun.com/msg/ZFS-xxxx-01
|
||||
* see: http://zfsonlinux.org/msg/ZFS-xxxx-01
|
||||
* config:
|
||||
* mirror DEGRADED
|
||||
* c1t0d0 OK
|
||||
@@ -3656,7 +3656,7 @@ status_callback(zpool_handle_t *zhp, void *data)
|
||||
}
|
||||
|
||||
if (msgid != NULL)
|
||||
(void) printf(gettext(" see: http://www.sun.com/msg/%s\n"),
|
||||
(void) printf(gettext(" see: http://zfsonlinux.org/msg/%s\n"),
|
||||
msgid);
|
||||
|
||||
if (config != NULL) {
|
||||
|
||||
Reference in New Issue
Block a user