Lucas Rey
Contributor
- Joined
 - Jul 25, 2011
 
- Messages
 - 180
 
Hello guys,
first to migrate to FreeNAS 8, I'm done some experiment on VMWare machine
I created a pool with 3 HDD in RAID-Z and then remove one disk from VMWare to simulate a fault.
When I check the pool status I always seen the following:
So, seem FreeNAS doesn't recognize the faulty disk.
The only way seem reboot freenas or launch the scrub command (but it takes some time to complete and take high resource)
Is there any other way to check the pool status to recognize a faulty disk? I would like to add to crontab and execute it every day.
Thanks
Lucas
	
		
			
		
		
	
			
			first to migrate to FreeNAS 8, I'm done some experiment on VMWare machine
I created a pool with 3 HDD in RAID-Z and then remove one disk from VMWare to simulate a fault.
When I check the pool status I always seen the following:
Code:
    freenas# zpool status -v
      pool: tvixhd1
    state: ONLINE
    scrub: scrub completed after 0h0m with 0 errors on Sun Jul 24 16:24:36 2011
    config:
            NAME         STATE     READ WRITE CKSUM
            tvixhd1      ONLINE       0     0     0
              raidz1     ONLINE       0     0     0
                gpt/da0  ONLINE       0     0     0
                gpt/da1  ONLINE       0     0     0
                gpt/da2  ONLINE       0     0     0
So, seem FreeNAS doesn't recognize the faulty disk.
The only way seem reboot freenas or launch the scrub command (but it takes some time to complete and take high resource)
Is there any other way to check the pool status to recognize a faulty disk? I would like to add to crontab and execute it every day.
Thanks
Lucas