[zfs-code] simulating disk failures

2008-08-11 Thread eric kustarz
On Aug 9, 2008, at 1:26 PM, Pawel Jakub Dawidek wrote: > On Fri, Aug 08, 2008 at 10:22:30AM -0700, eric kustarz wrote: >> >> On Aug 8, 2008, at 10:03 AM, Bhaskar Sarkar wrote: >> >>> I have been trying to trigger automatic disk replacement >>> from hot spare pool without success. I attempted two

[zfs-code] simulating disk failures

2008-08-09 Thread Pawel Jakub Dawidek
On Fri, Aug 08, 2008 at 10:22:30AM -0700, eric kustarz wrote: > > On Aug 8, 2008, at 10:03 AM, Bhaskar Sarkar wrote: > > > I have been trying to trigger automatic disk replacement > > from hot spare pool without success. I attempted two things - > > > > 1. modify vdev_fault_arg, vdev_fault_mask a

[zfs-code] simulating disk failures

2008-08-08 Thread Bhaskar Sarkar
I have been trying to trigger automatic disk replacement from hot spare pool without success. I attempted two things - 1. modify vdev_fault_arg, vdev_fault_mask and vdev_fault_mode (VDEV_FAULT_COUNT) Errors (ereport.fs.zfs.io) are logged, zpool status shows them, but nothing else happens.

[zfs-code] simulating disk failures

2008-08-08 Thread eric kustarz
On Aug 8, 2008, at 10:03 AM, Bhaskar Sarkar wrote: > I have been trying to trigger automatic disk replacement > from hot spare pool without success. I attempted two things - > > 1. modify vdev_fault_arg, vdev_fault_mask and vdev_fault_mode > (VDEV_FAULT_COUNT) Errors (ereport.fs.zfs.io) are log