[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251126025511.25188-6-bagasdotme@gmail.com>
Date: Wed, 26 Nov 2025 09:55:11 +0700
From: Bagas Sanjaya <bagasdotme@...il.com>
To: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Documentation <linux-doc@...r.kernel.org>,
Linux AFS <linux-afs@...ts.infradead.org>,
Linux Filesystems Development <linux-fsdevel@...r.kernel.org>
Cc: David Howells <dhowells@...hat.com>,
Marc Dionne <marc.dionne@...istor.com>,
Jonathan Corbet <corbet@....net>,
Damien Le Moal <dlemoal@...nel.org>,
Naohiro Aota <naohiro.aota@....com>,
Johannes Thumshirn <jth@...nel.org>,
Bagas Sanjaya <bagasdotme@...il.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Dan Williams <dan.j.williams@...el.com>,
Gerald Schaefer <gerald.schaefer@...ux.ibm.com>,
Daniel Palmer <daniel.palmer@...y.com>
Subject: [PATCH 5/5] Documentation: zonefs: Format error processing table
Format zonefs I/O error processing table as reST grid table.
Signed-off-by: Bagas Sanjaya <bagasdotme@...il.com>
---
Documentation/filesystems/zonefs.rst | 53 +++++++++++++++++-----------
1 file changed, 32 insertions(+), 21 deletions(-)
diff --git a/Documentation/filesystems/zonefs.rst b/Documentation/filesystems/zonefs.rst
index 58cfb1183589dd..a2e97bd69b6347 100644
--- a/Documentation/filesystems/zonefs.rst
+++ b/Documentation/filesystems/zonefs.rst
@@ -255,30 +255,41 @@ permissions.
Further action taken by zonefs I/O error recovery can be controlled by the user
with the "errors=xxx" mount option. The table below summarizes the result of
zonefs I/O error processing depending on the mount option and on the zone
-conditions::
+conditions:
+--------------+-----------+-----------------------------------------+
| | | Post error state |
- | "errors=xxx" | device | access permissions |
- | mount | zone | file file device zone |
- | option | condition | size read write read write |
- +--------------+-----------+-----------------------------------------+
- | | good | fixed yes no yes yes |
- | remount-ro | read-only | as is yes no yes no |
- | (default) | offline | 0 no no no no |
- +--------------+-----------+-----------------------------------------+
- | | good | fixed yes no yes yes |
- | zone-ro | read-only | as is yes no yes no |
- | | offline | 0 no no no no |
- +--------------+-----------+-----------------------------------------+
- | | good | 0 no no yes yes |
- | zone-offline | read-only | 0 no no yes no |
- | | offline | 0 no no no no |
- +--------------+-----------+-----------------------------------------+
- | | good | fixed yes yes yes yes |
- | repair | read-only | as is yes no yes no |
- | | offline | 0 no no no no |
- +--------------+-----------+-----------------------------------------+
+ | | +--------+---------------+----------------+
+ | | | | access permissions |
+ | "errors=xxx" | device | file +---------------+----------------+
+ | mount | zone | size | file | device zone |
+ | option | condition | +-------+-------+--------+-------+
+ | | | | read | write | read | write |
+ +==============+===========+========+=======+=======+========+=======+
+ | | good | fixed | yes | no | yes | yes |
+ | +-----------+--------+-------+-------+--------+-------+
+ | remount-ro | read-only | as is | yes | no | yes | no |
+ | (default) +-----------+--------+-------+-------+--------+-------+
+ | | offline | 0 | no | no | no | no |
+ +--------------+-----------+--------+-------+-------+--------+-------+
+ | | good | fixed | yes | no | yes | yes |
+ | +-----------+--------+-------+-------+--------+-------+
+ | zone-ro | read-only | as is | yes | no | yes | no |
+ | +-----------+--------+-------+-------+--------+-------+
+ | | offline | 0 | no | no | no | no |
+ +--------------+-----------+--------+-------+-------+--------+-------+
+ | | good | 0 | no | no | yes | yes |
+ | +-----------+--------+-------+-------+--------+-------+
+ | zone-offline | read-only | 0 | no | no | yes | no |
+ | +-----------+--------+-------+-------+--------+-------+
+ | | offline | 0 | no | no | no | no |
+ +--------------+-----------+--------+-------+-------+--------+-------+
+ | | good | fixed | yes | yes | yes | yes |
+ | +-----------+--------+-------+-------+--------+-------+
+ | repair | read-only | as is | yes | no | yes | no |
+ | +-----------+--------+-------+-------+--------+-------+
+ | | offline | 0 | no | no | no | no |
+ +--------------+-----------+--------+-------+-------+--------+-------+
Further notes:
--
An old man doll... just what I always wanted! - Clara
Powered by blists - more mailing lists