How to fix "mons are allowing insecure global_id reclaim"

I would like to get rid off this ceph warning, it is there since the beginning of the installation. I read that involves patching ceph but I am not sure what is the proper procedure.

geoint@MAAS-01:~$ juju ssh ceph-mon/leader sudo ceph status
  cluster:
    id:     bf2cbfe8-9b3c-11ec-81ad-3fc481233260
    health: HEALTH_WARN
            mons are allowing insecure global_id reclaim
 
  services:
    mon: 3 daemons, quorum juju-5025f7-0-lxd-0,juju-5025f7-1-lxd-0,juju-5025f7-2-lxd-0 (age 4d)
    mgr: juju-5025f7-2-lxd-0(active, since 4d), standbys: juju-5025f7-0-lxd-0, juju-5025f7-1-lxd-0
    osd: 8 osds: 8 up (since 4d), 8 in (since 2w)
    rgw: 3 daemons active (3 hosts, 1 zones)
 
  data:
    pools:   19 pools, 197 pgs
    objects: 2.01M objects, 7.5 TiB
    usage:   22 TiB used, 160 TiB / 183 TiB avail
    pgs:     196 active+clean
             1   active+clean+scrubbing+deep
 
  io:
    client:   19 KiB/s rd, 3.6 MiB/s wr, 17 op/s rd, 11 op/s wr
 
Connection to 10.2.101.140 closed

This issue was also raised here. Bug LP #1929262 for the ceph-mon charm provides useful information.