[dm-devel] [PATCH 5/7] dm core: reject I/O violating new queue limits

Kiyoshi Ueda k-ueda at ct.jp.nec.com
Tue Apr 28 07:49:29 UTC 2009


Hi Hannes,

On 2009/04/24 17:59 +0900, Hannes Reinecke wrote:
> Hi Kiyoshi,
> 
> Kiyoshi Ueda wrote:
>> This patch detects requests violating the queue limitations
>> and rejects them.
>>
>> The same limitation checks are done when requests are submitted
>> to the queue by blk_insert_cloned_request().
>> However, such violation can happen if a table is swapped and
>> the queue limitations are shrunk while some requests are
>> in the queue.
>>
>> Since struct request is a reliable one in the block layer and
>> device drivers, dispatching such requests is pretty dangerous.
>> (e.g. it may cause kernel panic easily.)
>> So avoid to dispatch such problematic requests in request-based dm.
>>
> This patch actually triggers accidentally during a no-paths scenario;
> multipathing seems to flush all device details once all paths are gone,
> so it'll fall back to the system defaults.
> And then this check will trigger and kill all queued I/Os. Not good.
> 
> So either we fix device-mapper to keep the device details even for
> the all-paths down scenario (basically we'd have to copy the device
> details into the target_io structures and use that for comparison)
> or we should rather not check here.

Thank you for your review and the comment.
I haven't understood the problem correctly yet.
(e.g. Who flush the device details and how?  Restrictions are
 changed when the table is swapped, but no table swapping should happen
 even if the last path is gone while the device is in use.)

Unfortunately, I can't read/send e-mail from Apr 29th throught May 7th
because of long national holidays in Japan.
I'll look at it after the holidays.

> Cheers,
> 
> Hannes

Thanks,
Kiyoshi Ueda




More information about the dm-devel mailing list