summaryrefslogtreecommitdiffstats
path: root/sys/dev/vinum/statetexts.h
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-08-15 02:29:14 +0000
committergrog <grog@FreeBSD.org>1999-08-15 02:29:14 +0000
commit1f6c52a059ed5ae1498054cdcc04a2a4a555bfea (patch)
treed8e9a8e9bcdb0d95c80dc651c236508a85ab9d65 /sys/dev/vinum/statetexts.h
parent9c963d1884e7dc0c124fd3de6cb25d26b6f5aabe (diff)
downloadFreeBSD-src-1f6c52a059ed5ae1498054cdcc04a2a4a555bfea.zip
FreeBSD-src-1f6c52a059ed5ae1498054cdcc04a2a4a555bfea.tar.gz
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 <ticso@cicely.de> Remy Nonnenmacher <remy@synx.com>
Diffstat (limited to 'sys/dev/vinum/statetexts.h')
-rw-r--r--sys/dev/vinum/statetexts.h5
1 files changed, 3 insertions, 2 deletions
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",
OpenPOWER on IntegriCloud