FreeBSD Bugzilla – Attachment 222181 Details for
Bug 253264
Handbook ZFS chapter: Fix typo and renegade parenthesis
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix typo
0001-fix-typo.patch (text/plain), 2.11 KB, created by
Andreas Bjørnestad
on 2021-02-05 14:15:39 UTC
(
hide
)
Description:
fix typo
Filename:
MIME Type:
Creator:
Andreas Bjørnestad
Created:
2021-02-05 14:15:39 UTC
Size:
2.11 KB
patch
obsolete
>From 9100c23544ffb7853da512aa610cf90fd5ad4f88 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Andreas=20Bj=C3=B8rnestad?= <panden@gmail.com> >Date: Fri, 5 Feb 2021 15:14:52 +0100 >Subject: [PATCH] fix typo > >--- > documentation/content/en/books/handbook/zfs/_index.adoc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/documentation/content/en/books/handbook/zfs/_index.adoc b/documentation/content/en/books/handbook/zfs/_index.adoc >index e5a5806e92..9671737e48 100644 >--- a/documentation/content/en/books/handbook/zfs/_index.adoc >+++ b/documentation/content/en/books/handbook/zfs/_index.adoc >@@ -2422,5 +2422,5 @@ Reservations of any sort are useful in many situations, such as planning and tes > |A pool or vdev in the `Degraded` state has one or more disks that have been disconnected or have failed. The pool is still usable, but if additional devices fail, the pool could become unrecoverable. Reconnecting the missing devices or replacing the failed disks will return the pool to an <<zfs-term-online,Online>> state after the reconnected or new device has completed the <<zfs-term-resilver,Resilver>> process. > > |[[zfs-term-faulted]]Faulted >-|A pool or vdev in the `Faulted` state is no longer operational. The data on it can no longer be accessed. A pool or vdev enters the `Faulted` state when the number of missing or failed devices exceeds the level of redundancy in the vdev. If missing devices can be reconnected, the pool will return to a <<zfs-term-online,Online>> state. If there is insufficient redundancy to compensate for the number of failed disks, then the contents of the pool are lost and must be restored from backups. >+|A pool or vdev in the `Faulted` state is no longer operational. The data on it can no longer be accessed. A pool or vdev enters the `Faulted` state when the number of missing or failed devices exceeds the level of redundancy in the vdev. If missing devices can be reconnected, the pool will return to an <<zfs-term-online,Online>> state. If there is insufficient redundancy to compensate for the number of failed disks, then the contents of the pool are lost and must be restored from backups. > |=== >-- >2.30.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 253264
:
222176
|
222179
| 222181