Re: [PATCH] libata: increase the timeout when setting transfer mode

2015-07-15 Thread Tejun Heo
On Wed, Jul 08, 2015 at 01:06:12PM -0400, Mikulas Patocka wrote: > I have a ST4000DM000 disk. If Linux is booted while the disk is spun down, > the command that sets transfer mode causes the disk to spin up. The > spin-up takes longer than the default 5s timeout, so the command fails and > timeout

[PATCH] libata: increase the timeout when setting transfer mode

2015-07-08 Thread Mikulas Patocka
I have a ST4000DM000 disk. If Linux is booted while the disk is spun down, the command that sets transfer mode causes the disk to spin up. The spin-up takes longer than the default 5s timeout, so the command fails and timeout is reported. Fix this by increasing the timeout to 15s, which is enough