Update to r53667:
Add a caution against using whole disks for zpools that are used for booting, mirrors, and RAIDZ.
This commit is contained in:
parent
136aed409b
commit
1728593408
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53869
1 changed files with 15 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
The FreeBSD German Documentation Project
|
The FreeBSD German Documentation Project
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
basiert auf: r53373
|
basiert auf: r53667
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||||
|
@ -3891,6 +3891,20 @@ vfs.zfs.vdev.cache.size="5M"</programlisting>
|
||||||
kompletten Platte. Dies unterscheidet sich von
|
kompletten Platte. Dies unterscheidet sich von
|
||||||
den Empfehlungen, welche in der Solaris
|
den Empfehlungen, welche in der Solaris
|
||||||
Dokumentation gegeben werden.</para>
|
Dokumentation gegeben werden.</para>
|
||||||
|
|
||||||
|
<caution>
|
||||||
|
<para>Es wird dringend davon abgeraten, eine ganze
|
||||||
|
Platte für einen bootbaren Pool zu benutzen, da
|
||||||
|
dies dazu führen kann, dass der Pool nicht mehr
|
||||||
|
bootet. Ebenso sollten Sie nicht eine ganze
|
||||||
|
Platte als Teil eines Spiegels oder
|
||||||
|
<acronym>RAID-Z</acronym> vdev verwenden, weil
|
||||||
|
es dann nicht mehr möglich ist, die Größe einer
|
||||||
|
nicht partitionierten Platte beim Booten
|
||||||
|
zuverlässig zu bestimmen. Zudem gibt es dann
|
||||||
|
keinen Platz mehr, um Boot-Code
|
||||||
|
einzufügen.</para>
|
||||||
|
</caution>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|
Loading…
Reference in a new issue