Re: [PATCH 12/12] btrfs: check device for critical errors and mark failed

2016-04-01 Thread Anand Jain
On 03/30/2016 08:49 AM, Yauhen Kharuzhy wrote: On Tue, Mar 29, 2016 at 10:22:29PM +0800, Anand Jain wrote: Write and Flush errors are considered as critical errors, upon which the device will be brought offline and marked as failed. Write and Flush errors are identified using device error stat

Re: [PATCH 12/12] btrfs: check device for critical errors and mark failed

2016-04-01 Thread Anand Jain
On 03/30/2016 06:41 AM, Yauhen Kharuzhy wrote: On Tue, Mar 29, 2016 at 10:22:29PM +0800, Anand Jain wrote: Write and Flush errors are considered as critical errors, upon which the device will be brought offline and marked as failed. Write and Flush errors are identified using device error stat

Re: [PATCH 12/12] btrfs: check device for critical errors and mark failed

2016-03-29 Thread Yauhen Kharuzhy
On Tue, Mar 29, 2016 at 10:22:29PM +0800, Anand Jain wrote: > Write and Flush errors are considered as critical errors, > upon which the device will be brought offline and marked as > failed. Write and Flush errors are identified using device > error statistics. > > Signed-off-by: Anand Jain > >

Re: [PATCH 12/12] btrfs: check device for critical errors and mark failed

2016-03-29 Thread Yauhen Kharuzhy
On Tue, Mar 29, 2016 at 10:22:29PM +0800, Anand Jain wrote: > Write and Flush errors are considered as critical errors, > upon which the device will be brought offline and marked as > failed. Write and Flush errors are identified using device > error statistics. > > Signed-off-by: Anand Jain > >

[PATCH 12/12] btrfs: check device for critical errors and mark failed

2016-03-29 Thread Anand Jain
Write and Flush errors are considered as critical errors, upon which the device will be brought offline and marked as failed. Write and Flush errors are identified using device error statistics. Signed-off-by: Anand Jain btrfs: check for failed device and hot replace This patch creates casualty