svn commit: r52327 - head/de_DE.ISO8859-1/books/handbook/zfs
Bjoern Heidotting
bhd at FreeBSD.org
Wed Oct 3 11:49:43 UTC 2018
Author: bhd
Date: Wed Oct 3 11:49:41 2018
New Revision: 52327
URL: https://svnweb.freebsd.org/changeset/doc/52327
Log:
Update to r52171:
Update all headers in the "zpool list" examples in the ZFS chapter to display
all columns that are currently available.
In particular, CKPOINT, EXPANDSZ, and FRAG were added and set with sensible
defaults for the example.
Modified:
head/de_DE.ISO8859-1/books/handbook/zfs/chapter.xml
Modified: head/de_DE.ISO8859-1/books/handbook/zfs/chapter.xml
==============================================================================
--- head/de_DE.ISO8859-1/books/handbook/zfs/chapter.xml Tue Oct 2 10:22:06 2018 (r52326)
+++ head/de_DE.ISO8859-1/books/handbook/zfs/chapter.xml Wed Oct 3 11:49:41 2018 (r52327)
@@ -4,7 +4,7 @@
The FreeBSD German Documentation Project
$FreeBSD$
- basiert auf: r51852
+ basiert auf: r52171
-->
<chapter xmlns="http://docbook.org/ns/docbook"
@@ -1189,8 +1189,8 @@ config:
errors: No known data errors
&prompt.root; <userinput>zpool list</userinput>
-NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
-healer 960M 92.5K 960M 0% 1.00x ONLINE -</screen>
+NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
+healer 960M 92.5K 960M - - 0% 0% 1.00x ONLINE -</screen>
<para>Ein paar wichtige Daten, die es vor Datenfehlern mittels
der Selbstheilungsfunktion zu schützen gilt, werden auf den
@@ -2659,9 +2659,9 @@ usr/home/joe 1.3G 128k 1.3G 0% /us
<acronym>ZFS</acronym> anhand dieser beiden Pools:</para>
<screen>&prompt.root; <userinput>zpool list</userinput>
-NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
-backup 960M 77K 896M 0% 1.00x ONLINE -
-mypool 984M 43.7M 940M 4% 1.00x ONLINE -</screen>
+NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
+backup 960M 77K 896M - - 0% 0% 1.00x ONLINE -
+mypool 984M 43.7M 940M - - 0% 4% 1.00x ONLINE -</screen>
<para>Der Pool namens <replaceable>mypool</replaceable> ist der
primäre Pool, auf den regelmäßig Daten geschrieben und auch
@@ -2708,9 +2708,9 @@ You must redirect standard output.</screen>
<screen>&prompt.root; <userinput>zfs send <replaceable>mypool</replaceable>@<replaceable>backup1</replaceable> > <replaceable>/backup/backup1</replaceable></userinput>
&prompt.root; <userinput>zpool list</userinput>
-NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
-backup 960M 63.7M 896M 6% 1.00x ONLINE -
-mypool 984M 43.7M 940M 4% 1.00x ONLINE -</screen>
+NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
+backup 960M 63.7M 896M - - 0% 6% 1.00x ONLINE -
+mypool 984M 43.7M 940M - - 0% 4% 1.00x ONLINE -</screen>
<para>Das Kommando <command>zfs send</command> transferierte
alle Daten im <replaceable>backup1</replaceable>-Schnappschuss
@@ -2738,9 +2738,9 @@ total estimated size is 50.1M
TIME SENT SNAPSHOT
&prompt.root; <userinput>zpool list</userinput>
-NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
-backup 960M 63.7M 896M 6% 1.00x ONLINE -
-mypool 984M 43.7M 940M 4% 1.00x ONLINE -</screen>
+NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
+backup 960M 63.7M 896M - - 0% 6% 1.00x ONLINE -
+mypool 984M 43.7M 940M - - 0% 4% 1.00x ONLINE -</screen>
<sect3 xml:id="zfs-send-incremental">
<title>Inkrementelle Sicherungen</title>
@@ -2756,9 +2756,9 @@ NAME USED AVAIL REFER MOUNTPOINT
mypool at replica1 5.72M - 43.6M -
mypool at replica2 0 - 44.1M -
&prompt.root; <userinput>zpool list</userinput>
-NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
-backup 960M 61.7M 898M 6% 1.00x ONLINE -
-mypool 960M 50.2M 910M 5% 1.00x ONLINE -</screen>
+NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
+backup 960M 61.7M 898M - - 0% 6% 1.00x ONLINE -
+mypool 960M 50.2M 910M - - 0% 5% 1.00x ONLINE -</screen>
<para>Ein zweiter Schnappschuss genannt
<replaceable>replica2</replaceable> wurde angelegt. Dieser
@@ -2779,9 +2779,9 @@ total estimated size is 5.02M
TIME SENT SNAPSHOT
&prompt.root; <userinput>zpool list</userinput>
-NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
-backup 960M 80.8M 879M 8% 1.00x ONLINE -
-mypool 960M 50.2M 910M 5% 1.00x ONLINE -
+NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
+backup 960M 80.8M 879M - - 0% 8% 1.00x ONLINE -
+mypool 960M 50.2M 910M - - 0% 5% 1.00x ONLINE -
&prompt.root; <userinput>zfs list</userinput>
NAME USED AVAIL REFER MOUNTPOINT
@@ -3204,8 +3204,8 @@ mypool/compressed_dataset logicalused 496G
Deduplizierung wird wie in diesem Beispiel aussehen:</para>
<screen>&prompt.root; <userinput>zpool list</userinput>
-NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
-pool 2.84G 2.19M 2.83G 0% 1.00x ONLINE -</screen>
+NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
+pool 2.84G 2.19M 2.83G - - 0% 0% 1.00x ONLINE -</screen>
<para>Die Spalte <literal>DEDUP</literal> zeigt das aktuelle
Verhältnis der Deduplizierung für diesen Pool an. Ein Wert
More information about the svn-doc-head
mailing list