1998-09-28 02:06:21 +00:00
|
|
|
.\" Hey, Emacs, edit this file in -*- nroff-fill -*- mode
|
|
|
|
.\" $NetBSD: ccd.4,v 1.5 1995/10/09 06:09:09 thorpej Exp $
|
|
|
|
.\"-
|
|
|
|
.\" Copyright (c) 1997, 1998
|
|
|
|
.\" Nan Yang Computer Services Limited. All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" This software is distributed under the so-called ``Berkeley
|
|
|
|
.\" License'':
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
|
|
.\" must display the following acknowledgement:
|
|
|
|
.\" This product includes software developed by Nan Yang Computer
|
|
|
|
.\" Services Limited.
|
|
|
|
.\" 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.
|
|
|
|
.\" In no event shall the company or contributors be liable for any
|
|
|
|
.\" direct, indirect, incidental, special, exemplary, or consequential
|
|
|
|
.\" damages (including, but not limited to, procurement of substitute
|
|
|
|
.\" goods or services; loss of use, data, or profits; or business
|
|
|
|
.\" interruption) however caused and on any theory of liability, whether
|
|
|
|
.\" in contract, strict liability, or tort (including negligence or
|
|
|
|
.\" otherwise) arising in any way out of the use of this software, even if
|
|
|
|
.\" advised of the possibility of such damage.
|
|
|
|
.\"
|
1999-01-21 00:55:28 +00:00
|
|
|
.\" $Id: vinum.4,v 1.8 1999/01/15 03:54:40 grog Exp grog $
|
1998-09-28 02:06:21 +00:00
|
|
|
.\"
|
|
|
|
.Dd 22 July 1998
|
|
|
|
.Dt vinum 4
|
|
|
|
.Os FreeBSD
|
|
|
|
.Sh NAME
|
|
|
|
.Nm vinum
|
|
|
|
.Nd Logical Volume Manager
|
|
|
|
.Sh SYNOPSIS
|
1999-01-21 00:55:28 +00:00
|
|
|
.Cd "kldload vinum"
|
|
|
|
.Cd "kldload Vinum"
|
1998-09-28 02:06:21 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
.Nm
|
|
|
|
is a logical volume manager inspired by, but not derived from, the Veritas
|
|
|
|
Volume Manager. It provides the following features:
|
|
|
|
.Bl -bullet
|
|
|
|
.It
|
|
|
|
It provides device-independent logical disks, called \fIvolumes\fP. Volumes are
|
|
|
|
not restricted to the size of any disk on the system.
|
|
|
|
.It
|
|
|
|
The volumes consist of one or more \fIplexes\fP, each of which contain the
|
1998-12-27 02:55:28 +00:00
|
|
|
entire address space of a volume. This represents an implementation of RAID-1
|
|
|
|
(mirroring). Multiple plexes can also be used for
|
1998-09-28 02:06:21 +00:00
|
|
|
.\" XXX What about sparse plexes? Do we want them?
|
|
|
|
.if t .sp
|
|
|
|
.Bl -bullet
|
|
|
|
.It
|
|
|
|
Increased read throughput.
|
|
|
|
.Nm
|
|
|
|
will read data from the least active disk, so if a volume has plexes on multiple
|
|
|
|
disks, more data can be read in parallel.
|
|
|
|
.Nm
|
|
|
|
reads data from only one plex, but it writes data to all plexes.
|
|
|
|
.It
|
|
|
|
Increased reliability. By storing plexes on different disks, data will remain
|
|
|
|
available even if one of the plexes becomes unavailable. In comparison with a
|
|
|
|
RAID-5 plex (see below), using multiple plexes requires more storage space, but
|
|
|
|
gives better performance, particularly in the case of a drive failure.
|
|
|
|
.It
|
|
|
|
Additional plexes can be used for on-line data reorganization. By attaching an
|
|
|
|
additional plex and subsequently detaching one of the older plexes, data can be
|
|
|
|
moved on-line without compromising access.
|
|
|
|
.It
|
|
|
|
An additional plex can be used to obtain a consistent dump of a file system. By
|
|
|
|
attaching an additional plex and detaching at a specific time, the detached plex
|
|
|
|
becomes an accurate snapshot of the file system at the time of detachment.
|
|
|
|
.\" Make sure to flush!
|
|
|
|
.El
|
|
|
|
.It
|
|
|
|
Each plex consists of one or more logical disk slices, called \fIsubdisks\fP.
|
|
|
|
Subdisks are defined as a contiguous block of physical disk storage. A plex may
|
|
|
|
consist of any reasonable number of subdisks (in other words, the real limit is
|
|
|
|
not the number, but other factors, such as memory and performance, associated
|
|
|
|
with maintaining a large number of subdisks).
|
|
|
|
.It
|
|
|
|
A number of mappings between subdisks and plexes are available:
|
|
|
|
.Bl -bullet
|
|
|
|
.It
|
|
|
|
\fIConcatenated plexes\fP\| consist of one or more subdisks, each of which
|
|
|
|
is mapped to a contiguous part of the plex address space.
|
|
|
|
.It
|
|
|
|
\fIStriped plexes\fP\| consist of two or more subdisks of equal size. The file
|
|
|
|
address space is mapped in \fIstripes\fP, integral fractions of the subdisk
|
|
|
|
size. Consecutive plex address space is mapped to stripes in each subdisk in
|
|
|
|
.if n turn.
|
|
|
|
.if t \{\
|
|
|
|
turn:
|
|
|
|
.PS
|
|
|
|
move right 2i
|
|
|
|
down
|
|
|
|
SD0: box
|
|
|
|
SD1: box
|
|
|
|
SD2: box
|
|
|
|
|
|
|
|
"plex 0" at SD0.n+(0,.2)
|
|
|
|
"subdisk 0" rjust at SD0.w-(.2,0)
|
|
|
|
"subdisk 1" rjust at SD1.w-(.2,0)
|
|
|
|
"subdisk 2" rjust at SD2.w-(.2,0)
|
|
|
|
.PE
|
|
|
|
.\}
|
|
|
|
The subdisks of a striped plex must all be the same size.
|
|
|
|
.It
|
|
|
|
\fIRAID-5 plexes\fP\| require at least three equal-sized subdisks. They
|
1998-09-29 10:26:02 +00:00
|
|
|
resemble striped plexes, except that in each stripe, one subdisk stores parity
|
|
|
|
information. This subdisk changes in each stripe: in the first stripe, it is the
|
1998-09-28 02:06:21 +00:00
|
|
|
first subdisk, in the second it is the second subdisk, etc. In the event of a
|
|
|
|
single disk failure,
|
|
|
|
.Nm
|
|
|
|
will recover the data based on the information stored on the remaining subdisks.
|
|
|
|
This mapping is particularly suited to read-intensive access. The subdisks of a
|
1998-09-29 10:26:02 +00:00
|
|
|
RAID-5 plex must all be the same size.
|
1998-09-28 02:06:21 +00:00
|
|
|
.\" Make sure to flush!
|
|
|
|
.El
|
|
|
|
.It
|
|
|
|
.Nm Drives
|
1998-09-29 10:26:02 +00:00
|
|
|
are the lowest level of the storage hierarchy. They represent disk special
|
|
|
|
devices.
|
1998-09-28 02:06:21 +00:00
|
|
|
.It
|
|
|
|
.Nm
|
|
|
|
offers automatic startup. Unlike UNIX file systems,
|
|
|
|
.Nm
|
|
|
|
volumes contain all the configuration information needed to ensure that they are
|
|
|
|
started correctly when the subsystem is enabled. This is also a significant
|
1998-12-27 02:55:28 +00:00
|
|
|
advantage over the Veritas\(tm File System. This feature regards the presence
|
1998-09-28 02:06:21 +00:00
|
|
|
of the volumes. It does not mean that the volumes will be mounted
|
|
|
|
automatically, since the standard startup procedures with
|
|
|
|
.Pa /etc/fstab
|
|
|
|
perform this function.
|
|
|
|
.El
|
|
|
|
.Sh KERNEL CONFIGURATION
|
|
|
|
.Nm
|
1999-01-21 00:55:28 +00:00
|
|
|
is currently supplied as a kernel loadable module (kld), and does not require
|
|
|
|
configuration. As with other klds, it is absolutely necessary to match the kld
|
|
|
|
to the version of the operating system. Failure to do so will cause
|
1998-09-28 02:06:21 +00:00
|
|
|
.Nm
|
|
|
|
to issue an error message and terminate.
|
1998-09-29 10:26:02 +00:00
|
|
|
.Pp
|
|
|
|
.Nm
|
|
|
|
is currently available in two versions: a freely available version which does
|
|
|
|
not contain RAID-5 functionality, and a full version including RAID-5
|
1998-11-03 07:02:58 +00:00
|
|
|
functionality, which is available from Cybernet Systems
|
1998-12-27 02:55:28 +00:00
|
|
|
Inc. (http://www.cybernet.com\fR).
|
1998-09-28 02:06:21 +00:00
|
|
|
.Sh RUNNING VINUM
|
1999-01-21 00:55:28 +00:00
|
|
|
Normally, you start a configured version of
|
|
|
|
.Nm
|
|
|
|
at boot time. Set the variable
|
|
|
|
.Ar vinum_slices
|
|
|
|
in
|
|
|
|
.Ar /etc/rc.conf
|
|
|
|
to indicate the slices on which
|
|
|
|
.Nm
|
|
|
|
drives are located. For example, if you have
|
|
|
|
.Nm
|
|
|
|
drives on
|
|
|
|
.Ar /dev/da1h ,
|
|
|
|
.Ar /dev/da2h ,
|
|
|
|
.Ar /dev/da3h ,
|
|
|
|
.Ar /dev/da4h
|
|
|
|
and
|
|
|
|
.Ar /dev/da5h ,
|
|
|
|
you would set the variable to:
|
|
|
|
.Bd -literal
|
|
|
|
vinum_slices="/dev/da1h /dev/da2h /dev/da3h /dev/da4h /dev/da5h"
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
.Sh VINUM INSTALLATION
|
1998-09-29 10:26:02 +00:00
|
|
|
The freely available version of the
|
1998-09-28 02:06:21 +00:00
|
|
|
.Nm
|
1999-01-21 00:55:28 +00:00
|
|
|
kld is called
|
|
|
|
.Pa /modules/vinum.ko ,
|
1998-09-29 10:26:02 +00:00
|
|
|
and the RAID-5 version is
|
1999-01-21 00:55:28 +00:00
|
|
|
.Pa /modules/Vinum.o .
|
1998-09-29 10:26:02 +00:00
|
|
|
To load the module:
|
1999-01-21 00:55:28 +00:00
|
|
|
.Pp
|
1998-09-28 02:06:21 +00:00
|
|
|
.Bd -unfilled -offset indent
|
1999-01-21 00:55:28 +00:00
|
|
|
# kldload vinum
|
1998-09-28 02:06:21 +00:00
|
|
|
.Ed
|
1998-09-29 10:26:02 +00:00
|
|
|
.Pp
|
1999-01-21 00:55:28 +00:00
|
|
|
.Nm vinum(8)
|
|
|
|
also automatically loads the kld module if it is not yet loaded.
|
|
|
|
.Pp
|
|
|
|
After loading
|
|
|
|
.Nm vinum ,
|
|
|
|
it must be confiugred. In an existing installation, the following command reads
|
|
|
|
the configuration an existing set of disks:
|
1998-09-29 10:26:02 +00:00
|
|
|
.Bd -unfilled -offset indent
|
1999-01-21 00:55:28 +00:00
|
|
|
# vinum read /dev/da1h /dev/da2h /dev/da3h /dev/da4h /dev/da5h /dev/da6h
|
1998-09-29 10:26:02 +00:00
|
|
|
.Ed
|
|
|
|
.sp
|
1999-01-21 00:55:28 +00:00
|
|
|
This command must specify all of the devices used by
|
1998-09-28 02:06:21 +00:00
|
|
|
.Nm vinum .
|
1999-01-21 00:55:28 +00:00
|
|
|
.Nm vinum(8)
|
|
|
|
reads the configuration from the device with the newest configuration file, then
|
|
|
|
updates it if necessary with additional information from successively older
|
|
|
|
configurations. These commands are normally embedded in the startup file
|
1998-09-28 02:06:21 +00:00
|
|
|
.Pa /etc/rc .
|
|
|
|
.Pp
|
1998-09-29 10:26:02 +00:00
|
|
|
See
|
|
|
|
.Xr vinum 8
|
|
|
|
for information on how to create a
|
|
|
|
.Nm
|
|
|
|
configuration.
|
|
|
|
.Pp
|
1999-01-21 00:55:28 +00:00
|
|
|
To unload the kld, first find the
|
1998-09-28 02:06:21 +00:00
|
|
|
.Ar Id
|
|
|
|
field in
|
1999-01-21 00:55:28 +00:00
|
|
|
.Pa kldstat:
|
1998-09-28 02:06:21 +00:00
|
|
|
.Bd -unfilled -offset indent
|
1999-01-21 00:55:28 +00:00
|
|
|
# kldstat
|
|
|
|
Id Refs Address Size Name
|
|
|
|
1 2 0xf0100000 1c7de8 kernel
|
|
|
|
2 1 0xf0f5b000 b0000 Vinum.ko
|
1998-09-28 02:06:21 +00:00
|
|
|
.Ed
|
|
|
|
.Pp
|
1999-01-21 00:55:28 +00:00
|
|
|
To unload the module, use
|
|
|
|
.Pa kldunload:
|
1998-09-28 02:06:21 +00:00
|
|
|
.Bd -unfilled -offset indent
|
1999-01-21 00:55:28 +00:00
|
|
|
# kldunload -n Vinum
|
1998-09-28 02:06:21 +00:00
|
|
|
.Ed
|
|
|
|
.Pp
|
1999-01-21 00:55:28 +00:00
|
|
|
The kld can only be unloaded when idle, in other words when no volumes are
|
1998-09-28 02:06:21 +00:00
|
|
|
mounted and no other instances of the
|
|
|
|
.Nm
|
1999-01-21 00:55:28 +00:00
|
|
|
program are active. Unloading the kld does not harm the data in the volumes.
|
1998-09-28 02:06:21 +00:00
|
|
|
.Ss CONFIGURING AND STARTING OBJECTS
|
|
|
|
Use the
|
|
|
|
.Xr vinum 8
|
|
|
|
utility to configure and start
|
|
|
|
.Nm
|
|
|
|
objects.
|
1998-09-29 10:26:02 +00:00
|
|
|
.Sh IOCTL CALLS
|
1998-09-28 02:06:21 +00:00
|
|
|
.Pa ioctl
|
|
|
|
calls are intended for the use of the
|
|
|
|
.Nm
|
|
|
|
configuration program only. The are described in the header file
|
|
|
|
.Pa /sys/sys/vinumio.h
|
|
|
|
.Ss DISK LABELS
|
1998-09-29 10:26:02 +00:00
|
|
|
Conventional disk special devices have a
|
1998-09-28 02:06:21 +00:00
|
|
|
.Em disk label
|
1998-09-29 10:26:02 +00:00
|
|
|
in the second sector of the device. See
|
1998-09-28 02:06:21 +00:00
|
|
|
.Xr disklabel 5
|
1998-09-29 10:26:02 +00:00
|
|
|
for more details. This disk label describes the layout of the partitions within
|
|
|
|
the device.
|
1998-09-28 02:06:21 +00:00
|
|
|
.Nm
|
|
|
|
does not subdivide volumes, so volumes do not contain a physical disk label.
|
|
|
|
For convenience,
|
|
|
|
.Nm
|
|
|
|
implements the ioctl calls DIOCGDINFO (get disk label), DIOCGPART (get partition
|
|
|
|
information), DIOCWDINFO (write partition information) and DIOCSDINFO (set
|
|
|
|
partition information). DIOCGDINFO and DIOCGPART refer to an internal
|
|
|
|
representation of the disk label which is not present on the volume. As a
|
|
|
|
result, the
|
|
|
|
.Fl r
|
|
|
|
option of
|
|
|
|
.Xr disklabel 8 ,
|
|
|
|
which reads the ``raw disk'', will fail.
|
|
|
|
.Pp
|
|
|
|
In general,
|
|
|
|
.Xr disklabel 8
|
|
|
|
serves no useful purpose on a vinum volume. If you run it, it will show you
|
|
|
|
three partitions, a, b and c, all the same except for the fstype, for example:
|
|
|
|
.Bd -unfilled -offset
|
|
|
|
3 partitions:
|
|
|
|
# size offset fstype [fsize bsize bps/cpg]
|
|
|
|
a: 2048 0 4.2BSD 1024 8192 0 # (Cyl. 0 - 0)
|
|
|
|
b: 2048 0 swap # (Cyl. 0 - 0)
|
|
|
|
c: 2048 0 unused 0 0 # (Cyl. 0 - 0)
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
.Nm
|
|
|
|
ignores the DIOCWDINFO and DIOCSDINFO ioctls, since there is nothing to change.
|
|
|
|
As a result, any attempt to modify the disk label will be silently ignored.
|
1998-09-29 10:26:02 +00:00
|
|
|
.Sh MAKING FILE SYSTEMS
|
1998-09-28 02:06:21 +00:00
|
|
|
Since
|
|
|
|
.Nm
|
1998-09-29 10:26:02 +00:00
|
|
|
volumes do not contain partitions, the names do not need to conform to the
|
|
|
|
standard rules for naming disk partitions. For a physical disk partition, the
|
|
|
|
last letter of the device name specifies the partition identifier (a to h).
|
1998-09-28 02:06:21 +00:00
|
|
|
.Nm
|
|
|
|
volumes need not conform to this convention, but if they do not,
|
|
|
|
.Nm newfs
|
1998-09-29 10:26:02 +00:00
|
|
|
will complain that it cannot determine the partition. To solve this problem,
|
|
|
|
use the
|
1998-09-28 02:06:21 +00:00
|
|
|
.Fl v
|
|
|
|
flag to
|
|
|
|
.Nm newfs .
|
1998-09-29 10:26:02 +00:00
|
|
|
.Sh OBJECT NAMING
|
1998-09-28 02:06:21 +00:00
|
|
|
.Nm
|
|
|
|
assigns default names to plexes and subdisks, although they may be overridden.
|
|
|
|
We do not recommend overriding the default names. Experience with the
|
|
|
|
.if t Veritas\(tm
|
|
|
|
.if n Veritas(tm)
|
|
|
|
volume manager, which allows arbitary naming of objects, has shown that this
|
|
|
|
flexibility does not bring a significant advantage, and it can cause confusion.
|
|
|
|
.sp
|
|
|
|
Names may contain any non-blank character, but it is recommended to restrict
|
|
|
|
them to letters, digits and the underscore characters. The names of volumes,
|
|
|
|
plexes and subdisks may be up to 64 characters long, and the names of drives may
|
|
|
|
up to 32 characters long. When choosing volume and plex names, bear in mind
|
|
|
|
that automatically generated plex and subvolume names are longer than the
|
|
|
|
name from which they are derived.
|
|
|
|
.Bl -bullet
|
|
|
|
.It
|
|
|
|
When
|
1998-09-29 10:26:02 +00:00
|
|
|
.Nm vinum(8)
|
|
|
|
creates or deletes objects, it creates a directory
|
1998-09-28 02:06:21 +00:00
|
|
|
.Ar /dev/vinum ,
|
|
|
|
in which it makes device entries for each volume it finds. It also creates
|
|
|
|
subdirectories,
|
|
|
|
.Ar /dev/vinum/plex
|
|
|
|
and
|
|
|
|
.Ar /dev/vinum/sd ,
|
|
|
|
in which it stores device entries for the plexes and subdisks. In addition, it
|
|
|
|
creates two more directories,
|
|
|
|
.Ar /dev/vinum/vol
|
|
|
|
and
|
|
|
|
.Ar /dev/vinum/drive ,
|
|
|
|
in which it stores hierarchical information for volumes and drives.
|
|
|
|
.It
|
|
|
|
Unlike
|
|
|
|
.Nm UNIX
|
|
|
|
drives,
|
|
|
|
.Nm
|
1998-09-29 10:26:02 +00:00
|
|
|
volumes are not subdivided into partitions, and thus do not contain a disk
|
|
|
|
label. Unfortunately, this confuses a number of utilities, notably
|
1998-09-28 02:06:21 +00:00
|
|
|
.Nm newfs ,
|
|
|
|
which normally tries to interpret the last letter of a
|
|
|
|
.Nm
|
1998-09-29 10:26:02 +00:00
|
|
|
volume name as a partition identifier. If you use a volume name which does not
|
|
|
|
end in the letters
|
1998-09-28 02:06:21 +00:00
|
|
|
.Ar a
|
|
|
|
to
|
|
|
|
.Ar c ,
|
|
|
|
you must use the
|
|
|
|
.Fl v
|
|
|
|
flag to
|
|
|
|
.Nm newfs
|
|
|
|
in order to tell it to ignore this convention.
|
|
|
|
.\"
|
|
|
|
.It
|
1998-09-29 10:26:02 +00:00
|
|
|
Plexes do not need to be assigned explicit names. By default, a plex name is
|
1998-09-28 02:06:21 +00:00
|
|
|
the name of the volume followed by the letters \f(CW.p\fR and the number of the
|
|
|
|
plex. For example, the plexes of volume
|
|
|
|
.Ar vol3
|
|
|
|
are called
|
|
|
|
.Ar vol3.p0 ,
|
|
|
|
.Ar vol3.p1
|
|
|
|
and so on. These names can be overridden, but it is not recommended.
|
|
|
|
.br
|
|
|
|
.It
|
1998-09-29 10:26:02 +00:00
|
|
|
Like plexes, subdisks are assigned names automatically, and explicit naming is
|
1998-09-28 02:06:21 +00:00
|
|
|
discouraged. A subdisk name is the name of the plex followed by the letters
|
|
|
|
\f(CW.s\fR and a number identifying the subdisk. For example, the subdisks of
|
|
|
|
plex
|
|
|
|
.Ar vol3.p0
|
|
|
|
are called
|
|
|
|
.Ar vol3.p0.s0 ,
|
|
|
|
.Ar vol3.p0.s1
|
|
|
|
and so on.
|
|
|
|
.br
|
|
|
|
.It
|
|
|
|
By contrast,
|
|
|
|
.Nm drives
|
|
|
|
must be named. This makes it possible to move a drive to a different location
|
|
|
|
and still recognize it automatically. Drive names may be up to 32 characters
|
|
|
|
long.
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
EXAMPLE
|
|
|
|
.Pp
|
|
|
|
Assume the
|
|
|
|
.Nm
|
|
|
|
objects described in the section CONFIGURATION FILE in
|
|
|
|
.Xr vinum 8 .
|
|
|
|
The directory
|
|
|
|
.Ar /dev/vinum
|
|
|
|
looks like:
|
|
|
|
.Bd -unfilled -offset indent
|
|
|
|
# ls -lR /dev/vinum/ /dev/rvinum
|
|
|
|
total 5
|
|
|
|
brwxr-xr-- 1 root wheel 25, 2 Mar 30 16:08 concat
|
|
|
|
brwx------ 1 root wheel 25, 0x40000000 Mar 30 16:08 control
|
|
|
|
drwxrwxrwx 2 root wheel 512 Mar 30 16:08 drive
|
|
|
|
drwxrwxrwx 2 root wheel 512 Mar 30 16:08 plex
|
|
|
|
drwxrwxrwx 2 root wheel 512 Mar 30 16:08 rvol
|
|
|
|
drwxrwxrwx 2 root wheel 512 Mar 30 16:08 sd
|
|
|
|
brwxr-xr-- 1 root wheel 25, 3 Mar 30 16:08 strcon
|
|
|
|
brwxr-xr-- 1 root wheel 25, 1 Mar 30 16:08 stripe
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0 Mar 30 16:08 tinyvol
|
|
|
|
drwxrwxrwx 7 root wheel 512 Mar 30 16:08 vol
|
|
|
|
brwxr-xr-- 1 root wheel 25, 4 Mar 30 16:08 vol5
|
|
|
|
|
|
|
|
/dev/vinum/drive:
|
|
|
|
total 0
|
|
|
|
brw-r----- 1 root operator 4, 15 Oct 21 16:51 drive2
|
|
|
|
brw-r----- 1 root operator 4, 31 Oct 21 16:51 drive4
|
|
|
|
|
|
|
|
/dev/vinum/plex:
|
|
|
|
total 0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10000002 Mar 30 16:08 concat.p0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10010002 Mar 30 16:08 concat.p1
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10000003 Mar 30 16:08 strcon.p0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10010003 Mar 30 16:08 strcon.p1
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10000001 Mar 30 16:08 stripe.p0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10000000 Mar 30 16:08 tinyvol.p0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10000004 Mar 30 16:08 vol5.p0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10010004 Mar 30 16:08 vol5.p1
|
|
|
|
|
|
|
|
/dev/vinum/rvol:
|
|
|
|
total 0
|
|
|
|
crwxr-xr-- 1 root wheel 91, 2 Mar 30 16:08 concat
|
|
|
|
crwxr-xr-- 1 root wheel 91, 3 Mar 30 16:08 strcon
|
|
|
|
crwxr-xr-- 1 root wheel 91, 1 Mar 30 16:08 stripe
|
|
|
|
crwxr-xr-- 1 root wheel 91, 0 Mar 30 16:08 tinyvol
|
|
|
|
crwxr-xr-- 1 root wheel 91, 4 Mar 30 16:08 vol5
|
|
|
|
|
|
|
|
/dev/vinum/sd:
|
|
|
|
total 0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20000002 Mar 30 16:08 concat.p0.s0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20100002 Mar 30 16:08 concat.p0.s1
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20010002 Mar 30 16:08 concat.p1.s0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20000003 Mar 30 16:08 strcon.p0.s0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20100003 Mar 30 16:08 strcon.p0.s1
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20010003 Mar 30 16:08 strcon.p1.s0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20110003 Mar 30 16:08 strcon.p1.s1
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20000001 Mar 30 16:08 stripe.p0.s0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20100001 Mar 30 16:08 stripe.p0.s1
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20000000 Mar 30 16:08 tinyvol.p0.s0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20100000 Mar 30 16:08 tinyvol.p0.s1
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20000004 Mar 30 16:08 vol5.p0.s0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20100004 Mar 30 16:08 vol5.p0.s1
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20010004 Mar 30 16:08 vol5.p1.s0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20110004 Mar 30 16:08 vol5.p1.s1
|
|
|
|
|
|
|
|
/dev/vinum/vol:
|
|
|
|
total 5
|
|
|
|
brwxr-xr-- 1 root wheel 25, 2 Mar 30 16:08 concat
|
|
|
|
drwxr-xr-x 4 root wheel 512 Mar 30 16:08 concat.plex
|
|
|
|
brwxr-xr-- 1 root wheel 25, 3 Mar 30 16:08 strcon
|
|
|
|
drwxr-xr-x 4 root wheel 512 Mar 30 16:08 strcon.plex
|
|
|
|
brwxr-xr-- 1 root wheel 25, 1 Mar 30 16:08 stripe
|
|
|
|
drwxr-xr-x 3 root wheel 512 Mar 30 16:08 stripe.plex
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0 Mar 30 16:08 tinyvol
|
|
|
|
drwxr-xr-x 3 root wheel 512 Mar 30 16:08 tinyvol.plex
|
|
|
|
brwxr-xr-- 1 root wheel 25, 4 Mar 30 16:08 vol5
|
|
|
|
drwxr-xr-x 4 root wheel 512 Mar 30 16:08 vol5.plex
|
|
|
|
|
|
|
|
/dev/vinum/vol/concat.plex:
|
|
|
|
total 2
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10000002 Mar 30 16:08 concat.p0
|
|
|
|
drwxr-xr-x 2 root wheel 512 Mar 30 16:08 concat.p0.sd
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10010002 Mar 30 16:08 concat.p1
|
|
|
|
drwxr-xr-x 2 root wheel 512 Mar 30 16:08 concat.p1.sd
|
|
|
|
|
|
|
|
/dev/vinum/vol/concat.plex/concat.p0.sd:
|
|
|
|
total 0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20000002 Mar 30 16:08 concat.p0.s0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20100002 Mar 30 16:08 concat.p0.s1
|
|
|
|
|
|
|
|
/dev/vinum/vol/concat.plex/concat.p1.sd:
|
|
|
|
total 0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20010002 Mar 30 16:08 concat.p1.s0
|
|
|
|
|
|
|
|
/dev/vinum/vol/strcon.plex:
|
|
|
|
total 2
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10000003 Mar 30 16:08 strcon.p0
|
|
|
|
drwxr-xr-x 2 root wheel 512 Mar 30 16:08 strcon.p0.sd
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10010003 Mar 30 16:08 strcon.p1
|
|
|
|
drwxr-xr-x 2 root wheel 512 Mar 30 16:08 strcon.p1.sd
|
|
|
|
|
|
|
|
/dev/vinum/vol/strcon.plex/strcon.p0.sd:
|
|
|
|
total 0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20000003 Mar 30 16:08 strcon.p0.s0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20100003 Mar 30 16:08 strcon.p0.s1
|
|
|
|
|
|
|
|
/dev/vinum/vol/strcon.plex/strcon.p1.sd:
|
|
|
|
total 0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20010003 Mar 30 16:08 strcon.p1.s0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20110003 Mar 30 16:08 strcon.p1.s1
|
|
|
|
|
|
|
|
/dev/vinum/vol/stripe.plex:
|
|
|
|
total 1
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10000001 Mar 30 16:08 stripe.p0
|
|
|
|
drwxr-xr-x 2 root wheel 512 Mar 30 16:08 stripe.p0.sd
|
|
|
|
|
|
|
|
/dev/vinum/vol/stripe.plex/stripe.p0.sd:
|
|
|
|
total 0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20000001 Mar 30 16:08 stripe.p0.s0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20100001 Mar 30 16:08 stripe.p0.s1
|
|
|
|
|
|
|
|
/dev/vinum/vol/tinyvol.plex:
|
|
|
|
total 1
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10000000 Mar 30 16:08 tinyvol.p0
|
|
|
|
drwxr-xr-x 2 root wheel 512 Mar 30 16:08 tinyvol.p0.sd
|
|
|
|
|
|
|
|
/dev/vinum/vol/tinyvol.plex/tinyvol.p0.sd:
|
|
|
|
total 0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20000000 Mar 30 16:08 tinyvol.p0.s0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20100000 Mar 30 16:08 tinyvol.p0.s1
|
|
|
|
|
|
|
|
/dev/vinum/vol/vol5.plex:
|
|
|
|
total 2
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10000004 Mar 30 16:08 vol5.p0
|
|
|
|
drwxr-xr-x 2 root wheel 512 Mar 30 16:08 vol5.p0.sd
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x10010004 Mar 30 16:08 vol5.p1
|
|
|
|
drwxr-xr-x 2 root wheel 512 Mar 30 16:08 vol5.p1.sd
|
|
|
|
|
|
|
|
/dev/vinum/vol/vol5.plex/vol5.p0.sd:
|
|
|
|
total 0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20000004 Mar 30 16:08 vol5.p0.s0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20100004 Mar 30 16:08 vol5.p0.s1
|
|
|
|
|
|
|
|
/dev/vinum/vol/vol5.plex/vol5.p1.sd:
|
|
|
|
total 0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20010004 Mar 30 16:08 vol5.p1.s0
|
|
|
|
brwxr-xr-- 1 root wheel 25, 0x20110004 Mar 30 16:08 vol5.p1.s1
|
|
|
|
|
|
|
|
/dev/rvinum:
|
|
|
|
crwxr-xr-- 1 root wheel 91, 2 Mar 30 16:08 rconcat
|
|
|
|
crwxr-xr-- 1 root wheel 91, 3 Mar 30 16:08 rstrcon
|
|
|
|
crwxr-xr-- 1 root wheel 91, 1 Mar 30 16:08 rstripe
|
|
|
|
crwxr-xr-- 1 root wheel 91, 0 Mar 30 16:08 rtinyvol
|
|
|
|
crwxr-xr-- 1 root wheel 91, 4 Mar 30 16:08 rvol5
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
In the case of unattached plexes and subdisks, the naming is reversed. Subdisks
|
|
|
|
are named after the disk on which they are located, and plexes are named after
|
|
|
|
the subdisk.
|
|
|
|
.\" XXX
|
|
|
|
.Nm This mapping is still to be determined.
|
|
|
|
.Ss OBJECT STATES
|
|
|
|
.Pp
|
|
|
|
Each
|
|
|
|
.Nm
|
|
|
|
object has a \fIstate\fR associated with it.
|
|
|
|
.Nm
|
|
|
|
uses this state to determine the handling of the object.
|
|
|
|
.Pp
|
|
|
|
.Ss VOLUME STATES
|
|
|
|
Volumes may have the following states:
|
|
|
|
.sp
|
1999-01-27 03:14:28 +00:00
|
|
|
.Bl -hang -width 14n
|
|
|
|
.It volume_down
|
|
|
|
The volume is completely inaccessible.
|
|
|
|
.It volume_up
|
|
|
|
The volume is up and at least partially functional. Not all plexes may be
|
|
|
|
available.
|
|
|
|
.El
|
1998-09-28 02:06:21 +00:00
|
|
|
.Ss "PLEX STATES"
|
|
|
|
Plexes may have the following states:
|
|
|
|
.sp
|
|
|
|
.ne 1i
|
1999-01-27 03:14:28 +00:00
|
|
|
.Bl -hang -width 14n
|
|
|
|
.It faulty
|
1998-09-28 02:06:21 +00:00
|
|
|
A plex which has gone completely down because of I/O errors.
|
1999-01-27 03:14:28 +00:00
|
|
|
.It down
|
|
|
|
A plex which has been taken down by the administrator.
|
|
|
|
.It initializing
|
|
|
|
A plex which is being initialized.
|
|
|
|
.sp
|
|
|
|
The remaining states represent plexes which are at least partially up.
|
|
|
|
.It corrupt
|
1998-09-28 02:06:21 +00:00
|
|
|
A plex entry which is at least partially up. Not all subdisks are available,
|
|
|
|
and an inconsistency has occurred. If no other plex is uncorrupted, the volume
|
|
|
|
is no longer consistent.
|
1999-01-27 03:14:28 +00:00
|
|
|
.It degraded
|
|
|
|
A RAID-5 plex entry which is accessible, but one subdisk is down, requiring
|
|
|
|
recovery for many I/O requests.
|
|
|
|
.It flaky
|
1998-09-28 02:06:21 +00:00
|
|
|
A plex which is really up, but which has a reborn subdisk which we don't
|
1999-01-27 03:14:28 +00:00
|
|
|
completely trust, and which we don't want to read if we can avoid it.
|
|
|
|
.It up
|
|
|
|
A plex entry which is completely up. All subdisks are up.
|
|
|
|
.El
|
1998-09-28 02:06:21 +00:00
|
|
|
.sp 2v
|
|
|
|
.Ss "SUBDISK STATES"
|
|
|
|
Subdisks can have the following states:
|
|
|
|
.sp
|
|
|
|
.ne 1i
|
1999-01-27 03:14:28 +00:00
|
|
|
.Bl -hang -width 14n
|
|
|
|
.It empty
|
|
|
|
A subdisk entry which has been created completely. All fields are correct, and
|
|
|
|
the disk has been updated, but there is no data on the disk.
|
|
|
|
.It initializing
|
|
|
|
A subdisk entry which has been created completely and which is currently being
|
|
|
|
initialized.
|
|
|
|
.sp
|
|
|
|
The following states represent invalid data.
|
|
|
|
.It obsolete
|
|
|
|
A subdisk entry which has been created completely. All fields are correct, the
|
|
|
|
config on disk has been updated, and the data was valid, but since then the
|
|
|
|
drive has been taken down, and as a result updates have been missed.
|
|
|
|
.It stale
|
|
|
|
A subdisk entry which has been created completely. All fields are correct, the
|
|
|
|
disk has been updated, and the data was valid, but since then the drive has been
|
|
|
|
crashed and updates have been lost.
|
|
|
|
.sp
|
|
|
|
The following states represent valid, inaccessible data.
|
|
|
|
.It crashed
|
|
|
|
A subdisk entry which has been created completely. All fields are correct, the
|
|
|
|
disk has been updated, and the data was valid, but since then the drive has gone
|
|
|
|
down. No attempt has been made to write to the subdisk since the crash, so the
|
|
|
|
data is valid.
|
|
|
|
.It down
|
|
|
|
A subdisk entry which was up, which contained valid data, and which was taken
|
|
|
|
down by the administrator. The data is valid.
|
|
|
|
.It reviving
|
|
|
|
The subdisk is currently in the process of being revived. We can write but not
|
|
|
|
read.
|
|
|
|
.sp
|
|
|
|
The following states represent accessible subdisks with valid data.
|
|
|
|
.It reborn
|
|
|
|
A subdisk entry which has been created completely. All fields are correct, the
|
|
|
|
disk has been updated, and the data was valid, but since then the drive has gone
|
|
|
|
down and up again. No updates were lost, but it is possible that the subdisk
|
|
|
|
has been damaged. We won't read from this subdisk if we have a choice. If this
|
|
|
|
is the only subdisk which covers this address space in the plex, we set its
|
|
|
|
state to up under these circumstances, so this status implies that there is
|
|
|
|
another subdisk to fulfil the request.
|
|
|
|
.It up
|
|
|
|
A subdisk entry which has been created completely. All fields are correct, the
|
|
|
|
disk has been updated, and the data is valid.
|
|
|
|
.El
|
1998-09-28 02:06:21 +00:00
|
|
|
.sp 2v
|
|
|
|
.Ss "DRIVE STATES"
|
|
|
|
Drives can have the following states:
|
|
|
|
.sp
|
|
|
|
.ne 1i
|
1999-01-27 03:14:28 +00:00
|
|
|
.Bl -hang -width 14n
|
|
|
|
.It down
|
|
|
|
The drive is not accessible.
|
|
|
|
.It up
|
|
|
|
The drive is up and running.
|
|
|
|
.El
|
1998-09-28 02:06:21 +00:00
|
|
|
.sp 2v
|
|
|
|
.Sh BUGS AND OMISSIONS
|
1999-01-27 03:14:28 +00:00
|
|
|
.Bl -enum
|
|
|
|
.It
|
|
|
|
.Nm
|
|
|
|
is a new product. Many bugs can be expected. The configuration mechanism is
|
|
|
|
not yet fully functional. If you have difficulties, please look at
|
|
|
|
http://www.lemis.com/vinum_beta.html and
|
|
|
|
http://www.lemis.com/vinum_debugging.html before reporting problems.
|
|
|
|
.It
|
|
|
|
It is possible to unload the
|
|
|
|
.Nm
|
|
|
|
module with the
|
|
|
|
.Nm kldunload
|
|
|
|
command. This is buggy, and the only reason it is present at all is to make it
|
|
|
|
easier for people testing the system: the alternative is a reboot. It works
|
|
|
|
about 80% of the time: expect about one panic every five unloads.
|
|
|
|
.It
|
|
|
|
It is possible to configure
|
|
|
|
.Nm
|
|
|
|
statically, but it has never been tested in this form. Don't even bother to
|
|
|
|
report the problem if you have trouble with a static
|
|
|
|
.Nm
|
|
|
|
pseudo-device, unless you can also repeat it with the kld module.
|
1998-09-28 02:06:21 +00:00
|
|
|
.It
|
1998-09-29 10:26:02 +00:00
|
|
|
It is necessary to initialize RAID-5 plexes. Failure to do so will not impede
|
1998-09-28 02:06:21 +00:00
|
|
|
normal operation, but it will cause complete corruption if one of the disks
|
|
|
|
should fail. I don't know any good way to enforce this initialization (or the
|
|
|
|
even slower alternative of rebuilding the parity blocks). If anybody has a good
|
|
|
|
idea, I'd be grateful for input.
|
|
|
|
.It
|
1999-01-27 03:14:28 +00:00
|
|
|
Detection of differences between the version of the kernel and the kld is not
|
1998-09-28 02:06:21 +00:00
|
|
|
yet implemented.
|
|
|
|
.El
|
|
|
|
.Sh AUTHOR
|
|
|
|
Greg Lehey
|
|
|
|
.Pa <grog@lemis.com> .
|
|
|
|
.Sh HISTORY
|
|
|
|
.Nm vinum
|
1998-09-29 10:26:02 +00:00
|
|
|
first appeared in FreeBSD 3.0.
|
1998-09-28 02:06:21 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr vinum 8 ,
|
|
|
|
.Xr disklabel 5 ,
|
|
|
|
.Xr disklabel 8 .
|