From owner-freebsd-rc@FreeBSD.ORG Thu Feb 26 02:40:03 2009 Return-Path: Delivered-To: freebsd-rc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 129E5106564A for ; Thu, 26 Feb 2009 02:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 005AB8FC08 for ; Thu, 26 Feb 2009 02:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n1Q2e28t023832 for ; Thu, 26 Feb 2009 02:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n1Q2e26p023831; Thu, 26 Feb 2009 02:40:02 GMT (envelope-from gnats) Date: Thu, 26 Feb 2009 02:40:02 GMT Message-Id: <200902260240.n1Q2e26p023831@freefall.freebsd.org> To: freebsd-rc@FreeBSD.org From: Yoshihiro Ota Cc: Subject: Re: conf/128299: [patch] /etc/rc.d/geli does not mount partitions using both journal and eli X-BeenThere: freebsd-rc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Yoshihiro Ota List-Id: "Discussion related to /etc/rc.d design and implementation." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Feb 2009 02:40:03 -0000 The following reply was made to PR conf/128299; it has been noted by GNATS. From: Yoshihiro Ota To: bug-followup@FreeBSD.org Cc: mb@tns.cz Subject: Re: conf/128299: [patch] /etc/rc.d/geli does not mount partitions using both journal and eli Date: Wed, 25 Feb 2009 21:31:03 -0500 I see it now. I forgot how I tested it but it seems I only tested "geli_expand_entry" function. I remember that it extracted multiple occurrences of .eli's in a single path. I think I only tested .eli.journal really would get mounted as I didn't have any devices to test with. By the way, I don't think DEVICE.journal.eli will be helpful. Journaing needs to be fs-aware. It logs the records of file system updates. However, if you put GEOM eli on top of it, DEVICE.journal only sees encripted block and as a result, gournaling is effectively disabled. In another word, it needs to be the last GEOM layer. Is that right? Regards, Hiro