From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QVDnFUKBI0h0 for ; Sun, 2 Sep 2012 18:35:48 +0200 (CEST) Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by mail.saout.de (Postfix) with ESMTP for ; Sun, 2 Sep 2012 18:35:48 +0200 (CEST) Date: Sun, 2 Sep 2012 18:35:43 +0200 From: Heinz Diehl Message-ID: <20120902163543.GA1581@fancy-poultry.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [dm-crypt] Elevator / dm-crypt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de Hi, assuming /dev/sda1 is an LUKS/dmcrypt encrypted partition. The default elevator is "noop" (given in kernel command-line), but "cfq" is set for /dev/sda in /sys/block/sda/queue/scheduler. What elevator is used for the underlying /dev/mapper/dm-0 (sda1)? sys/block/dm-0/queue/scheduler contains "none", btw. Thanks, Heinz.