I have two devices setup as RAID1 which I assume data (and metadata) will always mirror on both.
$ sudo btrfs filesystem show
Label: none uuid: eaf30e64-0a90-447f-b53d-1598fe46a8a9
Total devices 2 FS bytes used 751.55GiB
devid 1 size 931.51GiB used 763.03GiB path /dev/sda
devid 2 size 931.51GiB used 763.03GiB path /dev/sdb
$ sudo btrfs filesystem df /
Data, RAID1: total=758.00GiB, used=748.13GiB
System, RAID1: total=32.00MiB, used=144.00KiB
Metadata, RAID1: total=5.00GiB, used=3.42GiB
GlobalReserve, single: total=512.00MiB, used=0.00B
Do I need to run btrfs balance on this setup?
If yes, how often?