Fixed Sphinx errors
doc/source/deployment_guide.rst:1372: ERROR: Malformed table. swift/obj/diskfile.py:docstring of swift.obj.diskfile.BaseDiskFileManager.yield_hashes:13: ERROR: Unexpected indentation. doc/source/ops_runbook/diagnose.rst:188: WARNING: Inline emphasis start-string without end-string. Change-Id: Id20eb62eb5baebb3814e7af5676badb94f17dee5
This commit is contained in:
parent
130767cd97
commit
33f06dc48f
@ -1276,9 +1276,9 @@ expiring_objects_account_name expiring_objects
|
|||||||
|
|
||||||
[proxy-server]
|
[proxy-server]
|
||||||
|
|
||||||
============================ =============== =============================
|
============================ =============== =====================================
|
||||||
Option Default Description
|
Option Default Description
|
||||||
---------------------------- --------------- -----------------------------
|
---------------------------- --------------- -------------------------------------
|
||||||
use Entry point for paste.deploy for
|
use Entry point for paste.deploy for
|
||||||
the proxy server. For most
|
the proxy server. For most
|
||||||
cases, this should be
|
cases, this should be
|
||||||
@ -1398,7 +1398,7 @@ concurrency_timeout conn_timeout This parameter controls how long
|
|||||||
firing of the threads. This number
|
firing of the threads. This number
|
||||||
should be between 0 and node_timeout.
|
should be between 0 and node_timeout.
|
||||||
The default is conn_timeout (0.5).
|
The default is conn_timeout (0.5).
|
||||||
============================ =============== =============================
|
============================ =============== =====================================
|
||||||
|
|
||||||
[tempauth]
|
[tempauth]
|
||||||
|
|
||||||
|
@ -185,7 +185,7 @@ The following table lists known issues:
|
|||||||
- object-replicator .... responded as unmounted
|
- object-replicator .... responded as unmounted
|
||||||
- A storage server disk is unavailable
|
- A storage server disk is unavailable
|
||||||
- Repair and remount the file system (on the remote node)
|
- Repair and remount the file system (on the remote node)
|
||||||
* - /var/log/swift/*.log
|
* - /var/log/swift/\*.log
|
||||||
- STDOUT: EXCEPTION IN
|
- STDOUT: EXCEPTION IN
|
||||||
- A unexpected error occurred
|
- A unexpected error occurred
|
||||||
- Read the Traceback details, if it matches known issues
|
- Read the Traceback details, if it matches known issues
|
||||||
|
@ -1289,10 +1289,10 @@ class BaseDiskFileManager(object):
|
|||||||
|
|
||||||
timestamps is a dict which may contain items mapping:
|
timestamps is a dict which may contain items mapping:
|
||||||
|
|
||||||
ts_data -> timestamp of data or tombstone file,
|
- ts_data -> timestamp of data or tombstone file,
|
||||||
ts_meta -> timestamp of meta file, if one exists
|
- ts_meta -> timestamp of meta file, if one exists
|
||||||
ts_ctype -> timestamp of meta file containing most recent
|
- ts_ctype -> timestamp of meta file containing most recent
|
||||||
content-type value, if one exists
|
content-type value, if one exists
|
||||||
|
|
||||||
where timestamps are instances of
|
where timestamps are instances of
|
||||||
:class:`~swift.common.utils.Timestamp`
|
:class:`~swift.common.utils.Timestamp`
|
||||||
|
Loading…
Reference in New Issue
Block a user