On Feb 10, 2014, at 6:45 PM, Chris Murphy <li...@colorremedies.com> wrote:
> > On Feb 9, 2014, at 1:36 AM, Hendrik Friedel <hend...@friedels.name> wrote: >> >> Yes, but I can create that space. >> So, for me the next steps would be to: >> -generate enough room on the filesystem >> -btrfs balance start -dconvert=raid1 -mconvert=raid1 /mnt/BTRFS/Video >> -btrfs device delete /dev/sdc1 /mnt/BTRFS/Video >> >> Right? > > No. You said you need to recreate the file system, and only have these two > devices and therefore must remove one device. You can't achieve that with > raid1 which requires minimum two devices. > > -dconvert=single -mconvert=dup -sconvert=dup Actually, I'm reminded with multiple devices that dup might not be possible. Instead you might have to using single for all of them. Then remove the device you want removed. And then do another conversion for just -mconvert=dup -sconvert=dup, and do not specify -dconvert. That way the single metadata profile is converted to duplicate. Chris-- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html