zpool upgrade and bootcode on 13-RELEASE

From: Michael Gmelin <freebsd_at_grem.de>
Date: Wed, 19 May 2021 13:37:57 UTC
Quick question:

When upgrading a zpool, there used to be a message like this:

  If you boot from pool 'zroot', don't forget to update boot code.
  Assuming you use GPT partitioning and da0 is your boot disk
  the following command will do it:

          gpart bootcode -b /boot/pmbr -p /boot/gptzfsboot -i 1 da0

After upgrading from 12.2-RELEASE to 13.0-RELEASE, there is no such
message:

  # zpool upgrade zroot
  This system supports ZFS pool feature flags.

  Enabled the following features on 'zroot':
    userobj_accounting
    encryption
    project_quota
    allocation_classes
    resilver_defer
    bookmark_v2
    redaction_bookmarks
    redacted_datasets
    bookmark_written
    log_spacemap
    livelist
    device_rebuild
    zstd_compress
    draid

  # 

Does this mean, re-installing the bootcode isn't necessary anymore - or
has the warning been removed by accident/as a side effect of merging
with OpenZFS?

Thanks,
Michael

-- 
Michael Gmelin