I came across the following on creating btrfs. I am curious what do you guys suggest if I want performance? What are the pros/cons for each
# Create a filesystem across three drives (metadata mirrored, linear data allocation)
mkfs.btrfs -d single /dev/sdb /dev/sdc /dev/sdd
# Stripe the data...