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:
+2
-1
@@ -3201,7 +3201,8 @@ spa_verify_host(spa_t *spa, nvlist_t *mos_config)
|
||||
cmn_err(CE_WARN, "pool '%s' could not be "
|
||||
"loaded as it was last accessed by "
|
||||
"another system (host: %s hostid: 0x%llx). "
|
||||
"See: http://illumos.org/msg/ZFS-8000-EY",
|
||||
"See: https://openzfs.github.io/openzfs-docs/msg/"
|
||||
"ZFS-8000-EY",
|
||||
spa_name(spa), hostname, (u_longlong_t)hostid);
|
||||
spa_load_failed(spa, "hostid verification failed: pool "
|
||||
"last accessed by host: %s (hostid: 0x%llx)",
|
||||
|
||||
Reference in New Issue
Block a user