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 KJ5nuTGXu7-u for ; Tue, 14 Jan 2014 15:51:57 +0100 (CET) Received: from mail-ea0-x231.google.com (mail-ea0-x231.google.com [IPv6:2a00:1450:4013:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Tue, 14 Jan 2014 15:51:57 +0100 (CET) Received: by mail-ea0-f177.google.com with SMTP id n15so4028794ead.8 for ; Tue, 14 Jan 2014 06:51:56 -0800 (PST) Received: from [192.168.7.7] (a207.net131.okay.pl. [85.28.131.207]) by mx.google.com with ESMTPSA id j46sm2201682eew.18.2014.01.14.06.51.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 14 Jan 2014 06:51:55 -0800 (PST) Message-ID: <52D54F0A.8050903@gmail.com> Date: Tue, 14 Jan 2014 15:51:54 +0100 From: Konrad MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [dm-crypt] Closing LUKS lvm partition times out on shutdown List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de There are two LUKS containers - one SSD (lvm: root btrfs+swap patrtition) and one HDD (lvm: three btrfs data partitions). When I shutdown, system stalls for a good minute because it can't unmount or close LUKS containers or both. Here is what I can see: http://postimg.org/image/tmojo19zx/ http://postimg.org/image/ty600sqfx/ And here's the log from the moment systemd reboot command is issued: http://justpaste.it/e3cn This is causing about a minute of delay upon shutdown. What is wrong? Before moving to LUKS and LVM I didn't have that issue.