mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 15:44:04 +01:00
Modify example configuration file to show more optimum stripe size of
256 kB instead of 16 kB. Pointed-out-by: Steve Taylor <staylor@cybernet.com> Modify description of start command to include 'start' with no parameters, which reads the config from all drives found on the system.
This commit is contained in:
parent
f2c4d303d7
commit
3628210aa7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=43873
@ -638,8 +638,7 @@ command scans the specified disks for
|
|||||||
.Nm
|
.Nm
|
||||||
partitions containing previously created configuration information. It reads
|
partitions containing previously created configuration information. It reads
|
||||||
the configuration in order from the most recently updated to least recently
|
the configuration in order from the most recently updated to least recently
|
||||||
updated configuration. This is the normal method used to start
|
updated configuration.
|
||||||
.Nm vinum .
|
|
||||||
.Nm
|
.Nm
|
||||||
maintains an up-to-date copy of all configuration information on each disk
|
maintains an up-to-date copy of all configuration information on each disk
|
||||||
partition. You must specify all of the partitions in a configuration as the
|
partition. You must specify all of the partitions in a configuration as the
|
||||||
@ -774,21 +773,25 @@ configuration). Option bit 4 can be useful for error recovery.
|
|||||||
.Nm start
|
.Nm start
|
||||||
starts one or more
|
starts one or more
|
||||||
.Nm
|
.Nm
|
||||||
objects. To start a plex in a multi-plex volume, the data must be copied from
|
objects. If no object names are specified,
|
||||||
another plex in the volume. This frequently takes a long time and is done in
|
.Nm
|
||||||
the background.
|
scans the disks known to the system for
|
||||||
.ig
|
|
||||||
XXX When invoked without arguments, it checks all disks connected to the system
|
|
||||||
for BSD partitions (type 165) and scans the partitions for a
|
|
||||||
.Nm
|
.Nm
|
||||||
partition, which it calls a \fIdrive\fR\|. The
|
drives and then reads in the configuration as described under the
|
||||||
|
.Nm read
|
||||||
|
command. The
|
||||||
.Nm
|
.Nm
|
||||||
drive contains a header with all information about the data stored on the drive,
|
drive contains a header with all information about the data stored on the drive,
|
||||||
including the names of the other drives which are required in order to represent
|
including the names of the other drives which are required in order to represent
|
||||||
plexes and volumes.
|
plexes and volumes.
|
||||||
.\" XXX
|
.Pp
|
||||||
.Nm The scan function has not yet been implemented.
|
If object names are specified,
|
||||||
..
|
.Nm
|
||||||
|
starts them.
|
||||||
|
.Pp
|
||||||
|
To start a plex in a multi-plex volume, the data must be copied from another
|
||||||
|
plex in the volume. Since this frequently takes a long time, it is done in the
|
||||||
|
background.
|
||||||
.It Nm stop
|
.It Nm stop
|
||||||
.Op Fl f
|
.Op Fl f
|
||||||
.Op volume | plex | subdisk
|
.Op volume | plex | subdisk
|
||||||
@ -1007,11 +1010,11 @@ drive drive5 device /dev/da5h
|
|||||||
drive drive6 device /dev/da6h
|
drive drive6 device /dev/da6h
|
||||||
# A volume with one striped plex
|
# A volume with one striped plex
|
||||||
volume tinyvol
|
volume tinyvol
|
||||||
plex org striped 32b
|
plex org striped 512b
|
||||||
sd length 64m drive drive2
|
sd length 64m drive drive2
|
||||||
sd length 64m drive drive4
|
sd length 64m drive drive4
|
||||||
volume stripe
|
volume stripe
|
||||||
plex org striped 32b
|
plex org striped 512b
|
||||||
sd length 512m drive drive2
|
sd length 512m drive drive2
|
||||||
sd length 512m drive drive4
|
sd length 512m drive drive4
|
||||||
# Two plexes
|
# Two plexes
|
||||||
@ -1023,7 +1026,7 @@ volume concat
|
|||||||
sd length 150m drive drive4
|
sd length 150m drive drive4
|
||||||
# A volume with one striped plex and one concatenated plex
|
# A volume with one striped plex and one concatenated plex
|
||||||
volume strcon
|
volume strcon
|
||||||
plex org striped 32b
|
plex org striped 512b
|
||||||
sd length 100m drive drive2
|
sd length 100m drive drive2
|
||||||
sd length 100m drive drive4
|
sd length 100m drive drive4
|
||||||
plex org concat
|
plex org concat
|
||||||
|
Loading…
Reference in New Issue
Block a user