apt-get install btrfs-tools
Create filesystem on AoE devices
modprobe btrfs
mkfs.btrfs -d raid1 -m raid1 /dev/etherd/e0.{1,2,3}
Add to /etc/modules
btrfs
apt-get install btrfs-tools
Create filesystem on AoE devices
modprobe btrfs
mkfs.btrfs -d raid1 -m raid1 /dev/etherd/e0.{1,2,3}
Add to /etc/modules
btrfs