RESERVED WALLET Balance invalidated ):

After 2 closed Channels from LN umbrel wallet my Balance On-CHAIN Bitcoin is locked. It is a reason for force closed LN Channels. Channels are empty (All BTC spent and Channels Balance were confirmed on on-chain Blockchain). It is a reservation 10000 satoshi for each closed Channel in On-CHAIN Wallet? It is not ideal, if I Can not use my Balance in On-chain Wallet due to locked Satoshi for closed Channels. When Can I use my Balance again?
Or is a time for upgrade?

This is not an issue related to Umbrel in specific. Is a bug in LND and was addressed here

Options that you have now are:

  • send a 100k sats to your node onchain address, in one UTXO
  • keep that UTXO untouched, as reserve for future opening channels
  • add this line in your lnd.conf at the end of the file
    [protocol]
    protocol.no-anchors=true
  • restart the node
  • try again opening the channel. If still can’t open, try sending more UTXOs to your node, but at that level is not realistic anyway and you should wait fro the new version of LND v 0.14

THIS IS BUG IN LND! And a much better approach is to not open channels until v 0.14 with a fix will be released.