From owner-freebsd-arch@FreeBSD.ORG Mon Sep 20 17:58:15 2004 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A7D516A4CE for ; Mon, 20 Sep 2004 17:58:15 +0000 (GMT) Received: from athena.softcardsystems.com (mail.softcardsystems.com [12.34.136.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 31B0743D46 for ; Mon, 20 Sep 2004 17:58:15 +0000 (GMT) (envelope-from sah@softcardsystems.com) Received: from athena (athena [12.34.136.114])i8KIvsZx025962 for ; Mon, 20 Sep 2004 13:57:54 -0500 Date: Mon, 20 Sep 2004 13:57:54 -0500 (EST) From: Sam X-X-Sender: sah@athena To: freebsd-arch@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: AoE devices and vinum, 4.x X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 17:58:15 -0000 Hello - I've started using AoE devices with Vinum, but have hit a wall or two. Vinum starts in /etc/rc before the network is brought up. This basically means vinum can't be configured with the usual mechanism to use AoE devices. Any opinions on the best methods (set of env. variables) for kicking vinum after AoE is brought up? I'm thinking something like: aoe_iflist="fxp0" aoe_vinum_drives="/dev/aoed0 /dev/aoed1 /dev/aoed2 /dev/aoed3" After the network is brought up I'd: sysctl net.aoe.iflist="$aoe_iflist" vinum read "$aoe_vinum_drives" Cheers, Sam