summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2000-09-23 00:18:31 +0000
committergrog <grog@FreeBSD.org>2000-09-23 00:18:31 +0000
commit5015ce0260270cf953d12c2400584e85324845d3 (patch)
treeb662cc5c4bec59d149cef08f9615e8ef0d978acf /sbin
parent99afdbd41c3153886e3b5888d5393dde89967387 (diff)
downloadFreeBSD-src-5015ce0260270cf953d12c2400584e85324845d3.zip
FreeBSD-src-5015ce0260270cf953d12c2400584e85324845d3.tar.gz
Add 'setupstate' to RAID-10 example.
Tripped-over-by: Nicole Harrington <nicole@picturetrail.com>
Diffstat (limited to 'sbin')
-rw-r--r--sbin/vinum/vinum.89
1 files changed, 7 insertions, 2 deletions
diff --git a/sbin/vinum/vinum.8 b/sbin/vinum/vinum.8
index b4dbd8f..87d008d 100644
--- a/sbin/vinum/vinum.8
+++ b/sbin/vinum/vinum.8
@@ -2086,7 +2086,7 @@ drive d1 device /dev/da2e
drive d2 device /dev/da3e
drive d3 device /dev/da4e
drive d4 device /dev/da5e
-volume raid
+volume raid setupstate
plex org striped 512k
sd length 512m drive d1
sd length 512m drive d2
@@ -2102,7 +2102,12 @@ volume raid
Here the plexes are striped, increasing performance, and there are two of them,
increasing reliablity. Note that this example shows the subdisks of the second
plex in reverse order from the first plex. This is for performance reasons and
-will be discussed below.
+will be discussed below. In addition, the volume specification includes the
+keyword
+.Ar setupstate ,
+which ensures that all plexes are
+.Ar up
+after creation.
.El
.Ss Creating the volumes
Once you have created your configuration files, start
OpenPOWER on IntegriCloud