Skip to content

Commit

Permalink
revise message on zpool upgrade scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Jan 17, 2024
1 parent 07c318e commit 6a602e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cddl/contrib/opensolaris/lib/libzfs/common/libzfs_pool.c
Original file line number Diff line number Diff line change
Expand Up @@ -2968,11 +2968,11 @@ zpool_vdev_attach(zpool_handle_t *zhp,
(void) fprintf(stderr, dgettext(TEXT_DOMAIN, "If "
"you boot from pool '%s', you may need to update\n"
"boot code on newly attached disk '%s'.\n\n"
"Assuming you use GPT partitioning and 'da0' is "
"your new boot disk\n"
"Assuming you use GPT partitioning with CSM in bios and 'da0' is "
"your new boot disk and the mnbsd-boot partition is the first one on the disk\n"
"you may use the following command:\n\n"
"\tgpart bootcode -b /boot/pmbr -p "
"/boot/gptzfsboot -i 1 da0\n\n"),
"/boot/gptzfsboot -i 1 da0\n\nYou may need to update the loader.efi(8) on UEFI boot systems."),
zhp->zpool_name, new_disk);
}
return (0);
Expand Down

0 comments on commit 6a602e7

Please sign in to comment.