summaryrefslogtreecommitdiffstats
path: root/module/zfs/spa.c
diff options
context:
space:
mode:
authorDarik Horn <[email protected]>2011-10-22 10:44:03 -0500
committerBrian Behlendorf <[email protected]>2011-10-24 09:52:21 -0700
commit3cee2262a6efd06031a2ff511f66e6a51f743e6a (patch)
treee15364bfcd50500589caf4c739e879bc58d0af5d /module/zfs/spa.c
parent3bb1ac69942b7c1a89d741733b4a55b2facba420 (diff)
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@8e10ead3dc66e2204ae893d81528371405f107e7 Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'module/zfs/spa.c')
-rw-r--r--module/zfs/spa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zfs/spa.c b/module/zfs/spa.c
index 57d25c3d1..868a0d9d2 100644
--- a/module/zfs/spa.c
+++ b/module/zfs/spa.c
@@ -1976,7 +1976,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://zfsonlinux.org/msg/ZFS-8000-EY",
spa_name(spa), hostname,
(unsigned long)hostid);
return (EBADF);