rpool DEGRADED ('label is missing or invalid' - 'part of active pool' error when trying to replace)

Resilvering is done.

Next command to enter gave me this result:
Code:
root@pbs:~# proxmox-boot-tool format /dev/sdb2
UUID="A0DA-28DA" SIZE="536870912" FSTYPE="vfat" PARTTYPE="c12a7328-f81f-11d2-ba4b-00a0c93ec93b" PKNAME="sdb" MOUNTPOINT=""
E: '/dev/sdb2' contains a filesystem ('vfat') - exiting (use --force to override)

Do I need to use it with --force to override?

So, now I am still missing these two from the proposed commands:
Code:
proxmox-boot-tool format /dev/sdb2
proxmox-boot-tool init /dev/sdb2

However I already can see this nice-looking outcome:
Code:
root@pbs:~# zpool status -v
  pool: rpool
 state: ONLINE
  scan: resilvered 698G in 02:35:35 with 0 errors on Sat Dec  9 22:40:53 2023
config:

        NAME                                             STATE     READ WRITE CKSUM
        rpool                                            ONLINE       0     0     0
          mirror-0                                       ONLINE       0     0     0
            ata-SanDisk_SDSSDH3_2T00_2143A9440310-part3  ONLINE       0     0     0
            ata-MT-2TB_0013603004006-part3               ONLINE       0     0     0

errors: No known data errors
root@pbs:~# proxmox-boot-tool status
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
System currently booted with uefi
A0DA-28DA is configured with: uefi (versions: 5.13.19-6-pve, 5.15.131-1-pve, 5.15.131-2-pve)
C0BD-8101 is configured with: uefi (versions: 5.13.19-6-pve, 5.15.131-1-pve, 5.15.131-2-pve)

Is everything supposed to be ok now or am I missing something? Should I enter those two proxmox-boot-tool commands? What would they do?
 
Do I need to use it with --force to override?

So, now I am still missing these two from the proposed commands:
Code:
proxmox-boot-tool format /dev/sdb2
proxmox-boot-tool init /dev/sdb2
In the end I did run them:
Code:
proxmox-boot-tool format /dev/sdb2 --force
proxmox-boot-tool init /dev/sdb2