linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to get the devid of a missing device
@ 2015-04-26 18:39 Wolfgang Mader
  2015-04-27  2:11 ` Duncan
  2015-04-27  4:48 ` Anand Jain
  0 siblings, 2 replies; 5+ messages in thread
From: Wolfgang Mader @ 2015-04-26 18:39 UTC (permalink / raw)
  To: linux-btrfs

Hello,

I have a raid10 with one device missing. I would like to use btrfs replace to 
replace it. However, I am unsure on how to obtain the devid of the missing 
device. Having the filesystem mounted in degraded mode under mnt, btrfs fs 
show /mnt returns

sudo btrfs filesystem show /mnt
Label: 'dataPool'  uuid: b5f082e2-2ce0-4f91-b54b-c2d26185a635
        Total devices 4 FS bytes used 665.88GiB
        devid    2 size 931.51GiB used 336.03GiB path /dev/sdb
        devid    4 size 931.51GiB used 336.03GiB path /dev/sdd
        devid    5 size 931.51GiB used 336.03GiB path /dev/sde
        *** Some devices missing

but does not mention the devid of the missing device. The device stat is

sudo btrfs device stats /mnt 
[/dev/sdb].write_io_errs   0 
[/dev/sdb].read_io_errs    0 
[/dev/sdb].flush_io_errs   0 
[/dev/sdb].corruption_errs 0 
[/dev/sdb].generation_errs 0 
[(null)].write_io_errs   1448 
[(null)].read_io_errs    0 
[(null)].flush_io_errs   0 
[(null)].corruption_errs 0 
[(null)].generation_errs 0 
[/dev/sdd].write_io_errs   0 
[/dev/sdd].read_io_errs    0 
[/dev/sdd].flush_io_errs   0 
[/dev/sdd].corruption_errs 0 
[/dev/sdd].generation_errs 0 
[/dev/sde].write_io_errs   0 
[/dev/sde].read_io_errs    0 
[/dev/sde].flush_io_errs   0 
[/dev/sde].corruption_errs 0 
[/dev/sde].generation_errs 0


Btw, the file system is too old for skinny metadata and extended inode refs. 
If I do a btrfs replace or a btrfs device add, must I myself ensure that the 
new features are not enables for the new device which is to be added?

Thank!
Wolfgang



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-04-27  8:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-26 18:39 How to get the devid of a missing device Wolfgang Mader
2015-04-27  2:11 ` Duncan
2015-04-27  8:00   ` Wolfgang Mader
2015-04-27  4:48 ` Anand Jain
2015-04-27  8:01   ` Wolfgang Mader

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).