Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2006 20:20:24 GMT
From:      Ulf Lilleengen <lulf@stud.ntnu.no>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/99186: [PATCH] Gvinum dumpconfig/setstate/stop implementation
Message-ID:  <200606192020.k5JKKOWs000505@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/99186; it has been noted by GNATS.

From: Ulf Lilleengen <lulf@stud.ntnu.no>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606192020.k5JKKOWs000505>