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 HhCyE5ikTOPZ for ; Fri, 23 Nov 2012 10:00:50 +0100 (CET) Received: from mail-ea0-f178.google.com (mail-ea0-f178.google.com [209.85.215.178]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Fri, 23 Nov 2012 10:00:50 +0100 (CET) Received: by mail-ea0-f178.google.com with SMTP id k11so2804636eaa.37 for ; Fri, 23 Nov 2012 01:00:50 -0800 (PST) Message-ID: <50AF3B3F.9000508@gmail.com> Date: Fri, 23 Nov 2012 10:00:47 +0100 From: Milan Broz MIME-Version: 1.0 References: <50AEF7B3.4000807@babioch.de> <20121123060720.GA5520@tansi.org> In-Reply-To: <20121123060720.GA5520@tansi.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] Reconsidering default options for cryptsetup-reencrypt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: dm-crypt@saout.de On 11/23/2012 07:07 AM, Arno Wagner wrote: > I think you do. I also think that HW raid is a bit exotic on Linux > these days, as SW RAID gives better features and often better > performance. If you work in enterprise environment, this is definitely not true :) And for some strange reasons, cloud environments are more and more popular where "elastic" storage means usually some virtualized HW storage array. Also there are SSD drives which uses internally RAID0 to speed up operations (in reality it is more independent SSD drives inside). Milan