docs: Reflect object error handling in docs

parent cd6e42c4
......@@ -842,10 +842,6 @@ fellow storage can be fine tuned:
* *ioerr_obj*
*NOTE:* As of this release, this feature is not fully
implemented. IO errors may trigger ``panic`` mode even if another
mode is selected.
- value: ``panic`` or ``purge``
- default: ``panic``
......@@ -864,7 +860,7 @@ fellow storage can be fine tuned:
.. XXX implement .prefetch() from VCL to allow control over it
* Depending on whether or not the object's segment list is present
in RAM, storage may remain allocated until the next log rewrite.
in RAM, storage may remain allocated until the next restart.
* *ioerr_log*
......@@ -885,10 +881,6 @@ fellow storage can be fine tuned:
* *allocerr_obj*
*NOTE:* As of this release, this feature is not fully
implemented. IO errors may trigger ``panic`` mode even if another
mode is selected.
- value: ``panic`` or ``purge``
- default: ``panic``
......
......@@ -770,10 +770,6 @@ fellow storage can be fine tuned:
* *ioerr_obj*
*NOTE:* As of this release, this feature is not fully
implemented. IO errors may trigger ``panic`` mode even if another
mode is selected.
- value: ``panic`` or ``purge``
- default: ``panic``
......@@ -792,7 +788,7 @@ fellow storage can be fine tuned:
.. XXX implement .prefetch() from VCL to allow control over it
* Depending on whether or not the object's segment list is present
in RAM, storage may remain allocated until the next log rewrite.
in RAM, storage may remain allocated until the next restart.
* *ioerr_log*
......@@ -813,10 +809,6 @@ fellow storage can be fine tuned:
* *allocerr_obj*
*NOTE:* As of this release, this feature is not fully
implemented. IO errors may trigger ``panic`` mode even if another
mode is selected.
- value: ``panic`` or ``purge``
- default: ``panic``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment