hello, yesterday I had one of my hdd dying on me so I replaced it by a brand new one, I didn't detach it before but just power off the freenas server, unscrewed the dead one and replaced it by a new one. This indeed drove nuts the django web interface.
Eventually after some commands I got it re-silvering the new disk, the only thing that I'm afraid is that I did something wrong because the new drive doesn't have a gptid udi;
And that's how it looked before the re-silvering finished;
Shoud I have run a pre-command for gptid label before putting it online?
Can I do something to fix this and have "ada7" replaced correctly with a /dev/gptid/x label like previously?
Thank you guys, I tried to find the answer on this forum but all I can seem to find is "how to get rid of gptid" which is really the opposite of what I want to do.
	
		
			
		
		
	
			
			Eventually after some commands I got it re-silvering the new disk, the only thing that I'm afraid is that I did something wrong because the new drive doesn't have a gptid udi;
Code:
  pool: STORAGE
 state: ONLINE
 scrub: resilver completed after 15h46m with 0 errors on Thu Apr  5 10:03:52 2012
config:
        NAME                                            STATE     READ WRITE CKSUM
        STORAGE                                         ONLINE       0     0     0
          raidz1                                        ONLINE       0     0     0
            gptid/3c37474c-05a6-11e1-9ce1-1c6f6588428f  ONLINE       0     0     0
            gptid/3caebea7-05a6-11e1-9ce1-1c6f6588428f  ONLINE       0     0     0
            gptid/3d0f7a9a-05a6-11e1-9ce1-1c6f6588428f  ONLINE       0     0     0
            gptid/3d76e930-05a6-11e1-9ce1-1c6f6588428f  ONLINE       0     0     0
            gptid/3dde7965-05a6-11e1-9ce1-1c6f6588428f  ONLINE       0     0     0
            gptid/3e44a9f9-05a6-11e1-9ce1-1c6f6588428f  ONLINE       0     0     0
            gptid/3f073055-05a6-11e1-9ce1-1c6f6588428f  ONLINE       0     0     0
            ada7                                        ONLINE       0     0     0  1.65T resilvered
errors: No known data errorsAnd that's how it looked before the re-silvering finished;
Code:
            replacing                                   DEGRADED     0     0     0
              13760243818519533640                      OFFLINE      0     0     0  was /dev/gptid/3f6927c2-05a6-11e1-9ce1-1c6f6588428f
              ada7                                      ONLINE       0     0     0  1.65T resilveredShoud I have run a pre-command for gptid label before putting it online?
Can I do something to fix this and have "ada7" replaced correctly with a /dev/gptid/x label like previously?
Thank you guys, I tried to find the answer on this forum but all I can seem to find is "how to get rid of gptid" which is really the opposite of what I want to do.