Resource is stucked in deleting

Hi,
in my 3 node cluster for some reason the ressource called linstor_db was in state unknown on 2 nodes.
I was unable to recover them so i decided to delete both of them to recreate them afterwards.
Now on that nodes the resources are stuck in deleting state. What can i do to force deleting them from the linstor db?

╭──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
┊ ResourceName  ┊ Node                   ┊ Port ┊ Usage  ┊ Conns                              ┊    State ┊ CreatedOn           ┊
╞══════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╡
┊ linstor_db    ┊ aberdeen               ┊ 7060 ┊ InUse  ┊ StandAlone(qdevice-aberdeen-magda) ┊ UpToDate ┊ 2022-12-27 13:20:07 ┊
┊ linstor_db    ┊ magda                  ┊ 7060 ┊        ┊ Ok                                 ┊ DELETING ┊                     ┊
┊ linstor_db    ┊ qdevice-aberdeen-magda ┊ 7060 ┊        ┊ Ok                                 ┊ DELETING ┊ 2022-12-27 13:36:30 ┊

I might be playing necromancer by replying to this month old post…

In case you, or anyone in the future, encounters this situation again, I would try drbdadm down linstor_db --force on the nodes stuck in DELETING, and then cleanup the underlying LVM or ZFS volume using lvremove or zfs destroy. Then, run the linstor resource delete ... again. It should see everything is already done, and remove the entries from the LINSTOR DB allowing you to reassign (linstor resource create magda qdevice-aberdeen-magda linstor_db) replicas to the other peers.