From owner-freebsd-questions@FreeBSD.ORG Fri Mar 26 11:12:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ADFE16A4CE for ; Fri, 26 Mar 2004 11:12:17 -0800 (PST) Received: from priv-edtnes57.telusplanet.net (outbound01.telus.net [199.185.220.220]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF2B543D54 for ; Fri, 26 Mar 2004 11:12:16 -0800 (PST) (envelope-from sellis@d216-232-192-244.bchsia.telus.net) Received: from d216-232-192-244.bchsia.telus.net ([216.232.192.244]) by priv-edtnes57.telusplanet.netESMTP <20040326191216.MAVO10006.priv-edtnes57.telusplanet.net@d216-232-192-244.bchsia.telus.net> for ; Fri, 26 Mar 2004 12:12:16 -0700 Received: from d216-232-192-244.bchsia.telus.net (localhost [127.0.0.1]) i2QJCkHl045587 for ; Fri, 26 Mar 2004 11:12:46 -0800 (PST) (envelope-from sellis@d216-232-192-244.bchsia.telus.net) Received: (from sellis@localhost)i2QJCj1K045586 for freebsd-questions@freebsd.org; Fri, 26 Mar 2004 11:12:45 -0800 (PST) (envelope-from sellis) Date: Fri, 26 Mar 2004 11:12:45 -0800 From: Sean Ellis To: freebsd-questions@freebsd.org Message-ID: <20040326191245.GA45524@telus.net> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: vinum list anomaly X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: sellis@telus.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 19:12:17 -0000 Hello, after adding too drives as a concatenated vinum volume I see a line in the `vinum list` output which doesn't look right to me. Specifically, the line that refers to spanned_log.p0.s0. Is there a typical explanation for something like this? 2 drives: D a State: up Device /dev/ad2s1e Avail: 10/4110 MB (0%) D b State: up Device /dev/ad3s1e Avail: 10/4110 MB (0%) 1 volumes: V spanned_log State: up Plexes: 1 Size: 8200 MB 1 plexes: P spanned_log.p0 C State: up Subdisks: 2 Size: 8200 MB 2 subdisks: S spanned_log.p0.s0 State: up PO: 0 B Size: 4100 MB S spanned_log.p0.s1 State: up PO: 4100 MB Size: 4100 MB I created the volume with the following, drive a device /dev/ad2s1e drive b device /dev/ad3s1e volume spanned_log plex org concat sd length 4100m drive a sd length 4100m drive b -- Sean