Import illumos changeset 13605:b5c2b5db80d6 (partial)

763 FMD msg URLs should refer to something visible

Replace sun.com URL's with illumos.org

References:
https://www.illumos.org/issues/763

Obtained from:	illumos (issue #763)
MFC after:	1 week
This commit is contained in:
Martin Matuska 2012-05-27 12:31:57 +00:00
parent e21ea64ae1
commit d9727dc29c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236146
2 changed files with 4 additions and 4 deletions

View File

@ -1617,7 +1617,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://illumos.org/msg/%s\n"),
msgid);
(void) printf(gettext(" config:\n\n"));
@ -3685,7 +3685,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://illumos.org/msg/ZFS-xxxx-01
* config:
* mirror DEGRADED
* c1t0d0 OK
@ -3893,7 +3893,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://illumos.org/msg/%s\n"),
msgid);
if (config != NULL) {

View File

@ -2050,7 +2050,7 @@ spa_load_impl(spa_t *spa, uint64_t pool_guid, nvlist_t *config,
cmn_err(CE_WARN, "pool '%s' could not be "
"loaded as it was last accessed by "
"another system (host: %s hostid: 0x%lx). "
"See: http://www.sun.com/msg/ZFS-8000-EY",
"See: http://illumos.org/msg/ZFS-8000-EY",
spa_name(spa), hostname,
(unsigned long)hostid);
return (EBADF);