From 1f6c52a059ed5ae1498054cdcc04a2a4a555bfea Mon Sep 17 00:00:00 2001 From: grog Date: Sun, 15 Aug 1999 02:29:14 +0000 Subject: Add 'initialized' state for subdisks. After initializing, the subdisk goes into initialized state, not 'up'. This makes it easier to ensure consistency in multi-plex volumes. update_plex_state: redo transitions from empty and initialized subdisks to up or reviving, depending on the number of plexes. Reported-by: Bernd Walter Remy Nonnenmacher --- sys/dev/vinum/statetexts.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sys/dev/vinum/statetexts.h') diff --git a/sys/dev/vinum/statetexts.h b/sys/dev/vinum/statetexts.h index c932c93..7c12804 100644 --- a/sys/dev/vinum/statetexts.h +++ b/sys/dev/vinum/statetexts.h @@ -20,7 +20,7 @@ * 4. Neither the name of the Company nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. - * + * * This software is provided ``as is'', and any express or implied * warranties, including, but not limited to, the implied warranties of * merchantability and fitness for a particular purpose are disclaimed. @@ -35,7 +35,7 @@ * */ -/* Created by ./makestatetext on Thu Mar 25 12:50:46 CST 1999. Do not edit */ +/* Created by ./makestatetext on Sun Aug 15 10:34:15 CST 1999. Do not edit */ /* Drive state texts */ char *drivestatetext[] = @@ -55,6 +55,7 @@ char *sdstatetext[] = "init", "empty", "initializing", + "initialized", "obsolete", "stale", "crashed", -- cgit v1.1