As described here, BTRFS devices can be removed from an array using:
btrfs device delete /dev/sdc /mnt
I have a BTRFS RAID 1 array made up of 3 devices. One of devices is failing and I want to remove it from the array (I have plenty of space so I'm just going to remove it instead of replacing it). However, the device I want to remove is the one shown in the output of df
.
Can I remove the device online in this case? Or should I change the mount to target one of the other devices in the array and then remove it?