1
Assume I created a RAID1 with btrfs
's functions (btrfs device
and btrfs balance
subcommands instead of mdadm
) like so:
btrfs device add /dev/sdxZ /dev/sdxY
btrfs balance start -dconvert=raid1 -mconvert=raid1 /dev/sdxZ
Is a /dev/sdxZ
mountable if if pull the plug on /dev/sdxY
(would it make a difference whether this happens during the sytem's running or between shutdown and boot)?
The following sources don't contain usable information:
- https://btrfs.wiki.kernel.org/index.php/RAID56
man btrfs device
(doesn't mention availability after failure, only after explicit removal withbtrfs device remove
)man btrfs balance
I'm using btrfs-progs
3.19.1 on Linux 4.0-rc7.