Remove the vinum chapter. It has been surpassed by other solutions from
GEOM and ZFS. The existing version is archived in http://docs.freebsd.org/doc/ . Illustration images in doc/share/images/books/handbook/vinum/ remain, as they are used by non-English translations. -doc mailing list discussion thread: http://lists.freebsd.org/pipermail/freebsd-doc/2013-June/022216.html Reviewed by: -doc
This commit is contained in:
parent
a7d36203e9
commit
b4cf41b730
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42118
7 changed files with 0 additions and 1296 deletions
en_US.ISO8859-1/books/handbook
|
@ -178,13 +178,6 @@ IMAGES_EN+= security/ipsec-network.pic
|
|||
IMAGES_EN+= security/ipsec-crypt-pkt.pic
|
||||
IMAGES_EN+= security/ipsec-encap-pkt.pic
|
||||
IMAGES_EN+= security/ipsec-out-pkt.pic
|
||||
IMAGES_EN+= vinum/vinum-concat.pic
|
||||
IMAGES_EN+= vinum/vinum-mirrored-vol.pic
|
||||
IMAGES_EN+= vinum/vinum-raid10-vol.pic
|
||||
IMAGES_EN+= vinum/vinum-raid5-org.pic
|
||||
IMAGES_EN+= vinum/vinum-simple-vol.pic
|
||||
IMAGES_EN+= vinum/vinum-striped-vol.pic
|
||||
IMAGES_EN+= vinum/vinum-striped.pic
|
||||
IMAGES_EN+= virtualization/parallels-freebsd1.png
|
||||
IMAGES_EN+= virtualization/parallels-freebsd2.png
|
||||
IMAGES_EN+= virtualization/parallels-freebsd3.png
|
||||
|
@ -283,7 +276,6 @@ SRCS+= printing/chapter.xml
|
|||
SRCS+= security/chapter.xml
|
||||
SRCS+= serialcomms/chapter.xml
|
||||
SRCS+= users/chapter.xml
|
||||
SRCS+= vinum/chapter.xml
|
||||
SRCS+= virtualization/chapter.xml
|
||||
SRCS+= x11/chapter.xml
|
||||
|
||||
|
|
|
@ -236,7 +236,6 @@
|
|||
&chap.disks;
|
||||
&chap.geom;
|
||||
&chap.filesystems;
|
||||
&chap.vinum;
|
||||
&chap.virtualization;
|
||||
&chap.l10n;
|
||||
&chap.cutting-edge;
|
||||
|
|
|
@ -39,7 +39,6 @@
|
|||
<!ENTITY chap.disks SYSTEM "disks/chapter.xml">
|
||||
<!ENTITY chap.geom SYSTEM "geom/chapter.xml">
|
||||
<!ENTITY chap.filesystems SYSTEM "filesystems/chapter.xml">
|
||||
<!ENTITY chap.vinum SYSTEM "vinum/chapter.xml">
|
||||
<!ENTITY chap.virtualization SYSTEM "virtualization/chapter.xml">
|
||||
<!ENTITY chap.l10n SYSTEM "l10n/chapter.xml">
|
||||
<!ENTITY chap.cutting-edge SYSTEM "cutting-edge/chapter.xml">
|
||||
|
|
|
@ -2999,10 +2999,6 @@ gbde_lockdir="/etc/gbde"</programlisting>
|
|||
|
||||
<screen>&prompt.root; <userinput>gbde detach /dev/ad4s1c</userinput></screen>
|
||||
|
||||
<para>Also, since &man.vinum.4; does not use the
|
||||
&man.geom.4; subsystem,
|
||||
<application>gbde</application> can not be used with
|
||||
<application>vinum</application> volumes.</para>
|
||||
</sect3>
|
||||
</sect2>
|
||||
|
||||
|
|
|
@ -107,13 +107,6 @@
|
|||
filesystems, and encrypted disk partitions.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para><xref linkend="vinum-vinum"/>, Vinum, is a new chapter
|
||||
with this edition. It describes how to use Vinum, a logical
|
||||
volume manager which provides device-independent logical
|
||||
disks, and software RAID-0, RAID-1 and RAID-5.</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>A troubleshooting section has been added to <xref
|
||||
linkend="ppp-and-slip"/>, PPP and SLIP.</para>
|
||||
|
@ -492,15 +485,6 @@
|
|||
like the Z File System from &sun;.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis><xref linkend="vinum-vinum"/>,
|
||||
Vinum</emphasis></term>
|
||||
<listitem>
|
||||
<para>Describes how to use Vinum, a logical volume manager
|
||||
which provides device-independent logical disks, and
|
||||
software RAID-0, RAID-1 and RAID-5.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><emphasis><xref linkend="virtualization"/>,
|
||||
Virtualization</emphasis></term>
|
||||
|
|
|
@ -1,15 +0,0 @@
|
|||
#
|
||||
# Build the Handbook with just the content from this chapter.
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
CHAPTERS= vinum/chapter.xml
|
||||
|
||||
VPATH= ..
|
||||
|
||||
MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
|
||||
|
||||
DOC_PREFIX?= ${.CURDIR}/../../../..
|
||||
|
||||
.include "../Makefile"
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue