Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jun 2007 21:39:30 GMT
From:      Ulf Lilleengen <lulf@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 121544 for review
Message-ID:  <200706122139.l5CLdUxO018444@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=121544

Change 121544 by lulf@lulf_carrot on 2007/06/12 21:39:18

	- Allow mounted rebuild of plex.

Affected files ...

.. //depot/projects/soc2007/lulf/gvinum_fixup/sys/geom/vinum/geom_vinum_init.c#5 edit

Differences ...

==== //depot/projects/soc2007/lulf/gvinum_fixup/sys/geom/vinum/geom_vinum_init.c#5 (text+ko) ====

@@ -217,8 +217,9 @@
 gv_rebuild_plex(struct gv_plex *p)
 {
 
-	if (gv_provider_is_open(p->vol_sc->provider))
-		return (EBUSY);
+/* XXX: Is this safe? (Allows for mounted rebuild)
+/*	if (gv_provider_is_open(p->vol_sc->provider))
+		return (EBUSY);*/
 
 	if (p->flags & GV_PLEX_SYNCING)
 		return (EINPROGRESS);



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