Hi Kyle, On 10/20/2015 07:24 PM, Kyle Manna wrote:
I removed the device from the system, rebooted and mounted the volume with `-o degraded` and the file system seems fine and usable. I'm waiting on a replacement, drive but want to remove the old drive and re-balance in the meantime.
This won't answer your question (not sure why missing doesn't work anymore), but you could wait for the replacement and then run "btrfs replace start 1 /dev/sdd /mnt", where 1 is the devid of the missing drive (dmesg will tell you) and /dev/sdd is the new drive. This way, the drive will keep its devid, which may be useful if the ids are used to identify the drives (mirror will still have id 1 as first drive and id 2 as second drive as opposed to 2 = first and 3 = second).
Philip -- 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