From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 19 20:20:25 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2AB8116A484 for ; Mon, 19 Jun 2006 20:20:25 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9458543D48 for ; Mon, 19 Jun 2006 20:20:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k5JKKOYh000507 for ; Mon, 19 Jun 2006 20:20:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k5JKKOWs000505; Mon, 19 Jun 2006 20:20:24 GMT (envelope-from gnats) Date: Mon, 19 Jun 2006 20:20:24 GMT Message-Id: <200606192020.k5JKKOWs000505@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Ulf Lilleengen Cc: Subject: Re: kern/99186: [PATCH] Gvinum dumpconfig/setstate/stop implementation X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ulf Lilleengen List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 20:20:25 -0000 The following reply was made to PR kern/99186; it has been noted by GNATS. From: Ulf Lilleengen To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: kern/99186: [PATCH] Gvinum dumpconfig/setstate/stop implementation Date: Mon, 19 Jun 2006 22:13:47 +0200 > This patch does the following: > - Add gv_set_plex_state and gv_set_vol_state to make the setstate > command be able to set the states of volumes and plexes. > - Add a gv_plexdown function to count number of plexes down, used in > gv_set_plex_state. > - Add all these functions to geom_vinum.h. > - Add gv_dump_config to geom_vinum_subr.c > - Add gv_read_config to geom_vinum_drive.c > - Add gvinum_dumpconfig to sbin/gvinum/gvinum.c > - Add gvinum dumpconfig option. > - Add geom_vinum_stop.c, and add it to the build. > - geom_vinum_stop.c will contain code to stop gvinum objects. > - Add gv_stop_obj, for use by the gvinum stop option. > - The stop option now supports stopping invidual objects. The force flag > is also considered. Make gvinum.c in sbin/gvinum support this, and not > unload the kernel module if arguments are given. > - Add description of stop option to help. > This is from my perforce branch lulf_gvinum btw. I have the detach and attach option finished soon. -- Mvh Ulf Lilleengen