From owner-freebsd-geom@FreeBSD.ORG Thu Sep 11 16:36:12 2008 Return-Path: Delivered-To: freebsd-geom@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18A53106564A for ; Thu, 11 Sep 2008 16:36:12 +0000 (UTC) (envelope-from ac@belngo.info) Received: from mail-gx0-f17.google.com (mail-gx0-f17.google.com [209.85.217.17]) by mx1.freebsd.org (Postfix) with ESMTP id D50448FC24 for ; Thu, 11 Sep 2008 16:36:11 +0000 (UTC) (envelope-from ac@belngo.info) Received: by gxk10 with SMTP id 10so16704297gxk.19 for ; Thu, 11 Sep 2008 09:36:11 -0700 (PDT) Received: by 10.142.232.20 with SMTP id e20mr1004622wfh.237.1221149466621; Thu, 11 Sep 2008 09:11:06 -0700 (PDT) Received: by 10.142.214.17 with HTTP; Thu, 11 Sep 2008 09:11:06 -0700 (PDT) Message-ID: <5709ce310809110911s7a8163c6g3ce042f8db1edf20@mail.gmail.com> Date: Thu, 11 Sep 2008 19:11:06 +0300 From: "Alaksiej C" To: freebsd-geom@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Strange behaviour of GELI integrity verification X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2008 16:36:12 -0000 Hello, I am playing with geoms configuration like this: gmirror label m0 /dev/ad1 geli label -a HMAC/SHA1 -e AES -l 256 -s 4096 /dev/mirror/m0 then I initialized m0.eli to stop messages about integrity errors: dd if=/dev/random of=/dev/mirror/m0.eli divided m0.eli in two slices and created ufs on m0.elia and zpool on m0.elid Creation of filesystems, and even populating it with files many times echoed with mesages: GEOM_ELI: mirror/m0.eli: ... bytes corrupted at offset ... It doesn't look like reasonable behaviour, I think. Could anybody please point me where's the problem? FreeBSD 7.0-RELEASE, GENERIC i386