Accidentally removed a drive

hendry

Explorer
Joined
May 24, 2018
Messages
98
Hi, I accidentally removed a drive in my raid array (I am not sure what the correct terminology is.). Thinking it was an empty bay...

Mar 6 13:05:51 freenas ZFS: vdev state changed, pool_guid=3739077612765955297 vdev_guid=15028414175051028718
Mar 6 13:05:51 freenas ada1 at ahcich3 bus 0 scbus3 target 0 lun 0
Mar 6 13:05:51 freenas ada1: <WDC WD40EFRX-68N32N0 82.00A82> s/n WD-WCC7K6RFEFT6 detached
Mar 6 13:05:51 freenas GEOM_MIRROR: Device swap0: provider ada1p1 disconnected.
Mar 6 13:05:51 freenas (ada1:ahcich3:0:0:0): Periph destroyed
Mar 6 13:05:52 freenas GEOM_ELI: Device mirror/swap0.eli destroyed.
Mar 6 13:05:52 freenas GEOM_MIRROR: Device swap0: provider destroyed.
Mar 6 13:05:52 freenas GEOM_MIRROR: Device swap0 destroyed.
Mar 6 13:06:18 freenas ZFS: vdev state changed, pool_guid=3739077612765955297 vdev_guid=14358330496744373439
Mar 6 13:06:18 freenas ada1 at ahcich3 bus 0 scbus3 target 0 lun 0
Mar 6 13:06:18 freenas ada1: <WDC WD40EFRX-68N32N0 82.00A82> ACS-3 ATA SATA 3.x device
Mar 6 13:06:18 freenas ada1: Serial Number WD-WCC7K6RFEFT6
Mar 6 13:06:18 freenas ada1: 300.000MB/s transfers (SATA 2.x, UDMA6, PIO 8192bytes)
Mar 6 13:06:18 freenas ada1: Command Queueing enabled
Mar 6 13:06:18 freenas ada1: 3815447MB (7814037168 512 byte sectors)
Mar 6 13:06:18 freenas ada1: quirks=0x1<4K>
Mar 6 13:06:18 freenas ZFS: vdev state changed, pool_guid=3739077612765955297 vdev_guid=15028414175051028718


I plugged in straight back in after I noticed the error. I can't see anything untoward https://s.natalian.org/2019-03-06/status.txt

So everything is OK? I didn't think my drives were hot pluggable for some reason.
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
I'd run a scrub just to be sure.
 

hendry

Explorer
Joined
May 24, 2018
Messages
98

hendry

Explorer
Joined
May 24, 2018
Messages
98

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
Please don't point to externally-hosted material unnecessarily. But that suggests that the disk wasn't out for long enough for FreeNAS to notice, so again, in all likelihood, you're just fine. Though as @Jailer says, a scrub would be a good idea. I'm pretty sure you can start them on demand from the Storage -> Pools page (hamburger menu next to the pool in question), but I'm away from home right now and can't get into the FreeNAS UI.
 

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
I'm pretty sure you can start them on demand from the Storage -> Pools page (hamburger menu next to the pool in question)
That is correct, it's in the section I linked to from the manual.
 

hendry

Explorer
Joined
May 24, 2018
Messages
98
That is correct, it's in the section I linked to from the manual.

If you need a manual, perhaps the UI navigation disparity between `/ui/tasks/scrub` & `/ui/storage/pools` could be... addressed instead?
 

rvassar

Guru
Joined
May 2, 2018
Messages
972
Please don't point to externally-hosted material unnecessarily.

@hendry - Pointing to externally hosted material leaves open the possibility that that material may become unavailable at some point in the future, rendering this thread incomplete or otherwise useless to future readers. Use the "code" markup tag for output like "zpool status". It formats the spacing correctly for readability, and the thread will be preserved intact for the search engine, giving back to the community.
 

hendry

Explorer
Joined
May 24, 2018
Messages
98
@hendry - Pointing to externally hosted material leaves open the possibility that that material may become unavailable at some point in the future, rendering this thread incomplete or otherwise useless to future readers. Use the "code" markup tag for output like "zpool status". It formats the spacing correctly for readability, and the thread will be preserved intact for the search engine, giving back to the community.

The forum seems to allow external links, so I will use them. I don't have time to jump hoops.
 

rvassar

Guru
Joined
May 2, 2018
Messages
972
The forum seems to allow external links, so I will use them. I don't have time to jump hoops.

It allows external links because that's sometimes appropriate. Copy -> Open Code Tag -> Paste -> Close Code Tag, is hardly jumping thru a hoop. It should be faster than uploading a text file to your web server.
 

JoshDW19

Community Hall of Fame
Joined
May 16, 2016
Messages
1,077
The forum seems to allow external links, so I will use them. I don't have time to jump hoops.

Remember, members of the community are taking time out of their days and jumping through hoops to help you. We would really appreciate it if you would be willing to upload the content here so others can benefit.
 

Chris Moore

Hall of Famer
Joined
May 2, 2015
Messages
10,079
The forum seems to allow external links, so I will use them. I don't have time to jump hoops.
There is no hoop involved in using code tags like this [CODE] with your text inside [/CODE].
Then your output can be in the forum like this:
Code:
  pool: freenas-boot
state: ONLINE
  scan: scrub repaired 0 in 0 days 00:04:20 with 0 errors on Wed Mar  6 03:49:20 2019
config:

    NAME        STATE     READ WRITE CKSUM
    freenas-boot  ONLINE       0     0     0
      da0p2     ONLINE       0     0     0

errors: No known data errors

  pool: red
state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
    still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
    the pool may no longer be accessible by software that does not support
    the features. See zpool-features(7) for details.
  scan: resilvered 64K in 0 days 00:00:02 with 0 errors on Wed Mar  6 13:06:26 2019
config:

    NAME                                            STATE     READ WRITE CKSUM
    red                                             ONLINE       0     0     0
      mirror-0                                      ONLINE       0     0     0
        gptid/d29b9c19-5ed3-11e8-8715-b05ada874af8  ONLINE       0     0     0
        gptid/d3740634-5ed3-11e8-8715-b05ada874af8  ONLINE       0     0     0

errors: No known data errors

 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504
I don't have time to jump hoops.
If your time is that much more valuable than everyone else's, I guess you can figure things out for yourself. *plonk*
 
Last edited:
Top