From owner-freebsd-geom@FreeBSD.ORG Mon Oct 17 02:43:17 2011 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 83F2D106564A; Mon, 17 Oct 2011 02:43:17 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 3E4CA8FC08; Mon, 17 Oct 2011 02:43:17 +0000 (UTC) Received: by iaky10 with SMTP id y10so6919905iak.13 for ; Sun, 16 Oct 2011 19:43:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=YpMA5D+TSVZNmJU48hY3ON5JV4xCu23MlIUDrl3FHa0=; b=inLBLAmMMLeHyKnATpnunIoB7bUK+AtzOB7DXFDDevpjsTMKHerScISyL5gc0CKWoG p5sDV7fTOp6rL5TlZwfY2PqKRENWfOHGZ9rrMB5DIfWvs1FdcEeE+n1qHsYvNEozl9i+ 780stSxv1gm8JMNCipYPE8rJJiFzJR1LfMcvc= Received: by 10.42.172.74 with SMTP id m10mr31862963icz.1.1318819396752; Sun, 16 Oct 2011 19:43:16 -0700 (PDT) Received: from [192.168.20.5] (c-24-6-49-154.hsd1.ca.comcast.net. [24.6.49.154]) by mx.google.com with ESMTPS id bu33sm32186669ibb.11.2011.10.16.19.43.15 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 16 Oct 2011 19:43:16 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Garrett Cooper In-Reply-To: Date: Sun, 16 Oct 2011 19:43:13 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <7EC93C28-6405-443F-92C6-0291F8D88995@gmail.com> References: <924643A0-0798-4FAC-8F82-4AFBC56DC8D7@gmail.com> To: Xin LI X-Mailer: Apple Mail (2.1084) Cc: Xin LI , freebsd-geom@freebsd.org Subject: Re: GELI devices produced with 9.0+ fail when mounted on 8.2, etc? 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: Mon, 17 Oct 2011 02:43:17 -0000 On Oct 16, 2011, at 5:32 PM, Xin LI wrote: > On Sun, Oct 16, 2011 at 5:01 PM, Garrett Cooper = wrote: > [...] >> The attach will fail with the following message: >>=20 >> geli: MD5 hash mismatch for /dev/md0. >=20 > I'm pretty sure that this is from userland, and because FreeBSD 9.x > have support of GELI metadata version 6, while 8.2 have support up to > metadata version 5. It's not a regression IMHO. In other words this is a design flaw, because geli metadata is only = forwards compatible. One of FreeBSD's claims to fame is its backwards = compatibility -- why aren't geom developers adhering to this? Thanks, -Garrett=