diff options
author | Warren Block <wblock@FreeBSD.org> | 2014-11-05 16:20:39 +0000 |
---|---|---|
committer | Warren Block <wblock@FreeBSD.org> | 2014-11-05 16:20:39 +0000 |
commit | 5d9ff04d77d62cd47550425df59e62e785670f33 (patch) | |
tree | 716e2c33fb13a2c32178558db0eefe576f5a42ec /en_US.ISO8859-1/books/handbook/zfs | |
parent | e3df104633d36d4ebfab8c9190be4467e7d1df94 (diff) | |
download | doc-5d9ff04d77d62cd47550425df59e62e785670f33.tar.gz doc-5d9ff04d77d62cd47550425df59e62e785670f33.zip |
Add IDs to the quick start sections.
Notes
Notes:
svn path=/head/; revision=45933
Diffstat (limited to 'en_US.ISO8859-1/books/handbook/zfs')
-rw-r--r-- | en_US.ISO8859-1/books/handbook/zfs/chapter.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml index 368b621ddf..0e539fe7b6 100644 --- a/en_US.ISO8859-1/books/handbook/zfs/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/zfs/chapter.xml @@ -143,7 +143,7 @@ <filename><replaceable>ada</replaceable></filename> device names.</para> - <sect2> + <sect2 xml:id="zfs-quickstart-single-disk-pool"> <title>Single Disk Pool</title> <para>To create a simple, non-redundant pool using a single @@ -265,7 +265,7 @@ example/data 17547008 0 17547008 0% /example/data</screen> &prompt.root; <userinput>zpool destroy example</userinput></screen> </sect2> - <sect2> + <sect2 xml:id="zfs-quickstart-raid-z"> <title>RAID-Z</title> <para>Disks fail. One method of avoiding data loss from disk @@ -380,7 +380,7 @@ storage/home 26320512 0 26320512 0% /home</screen> <programlisting>daily_status_zfs_enable="YES"</programlisting> </sect2> - <sect2> + <sect2 xml:id="zfs-quickstart-recovering-raid-z"> <title>Recovering <acronym>RAID-Z</acronym></title> <para>Every software <acronym>RAID</acronym> has a method of @@ -452,7 +452,7 @@ errors: No known data errors</screen> <para>In this example, everything is normal.</para> </sect2> - <sect2> + <sect2 xml:id="zfs-quickstart-data-verification"> <title>Data Verification</title> <para><acronym>ZFS</acronym> uses checksums to verify the |