Manage devices in a btrfs filesystem. More information: https://btrfs.readthedocs.io/en/latest/btrfs-device.html.
sudo btrfs device add {{path/to/block_device1 path/to/block_device2 ...}} {{path/to/btrfs_filesystem}}
sudo btrfs device remove {{path/to/device1|device_id1 path/to/device2|device_id2 ...}}
sudo btrfs device stats {{path/to/btrfs_filesystem}}
sudo btrfs device scan {{[-d|--all-devices]}}
sudo btrfs device usage {{path/to/btrfs_filesystem}}