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]
|
||||
|
||||
============================ =============== =============================
|
||||
============================ =============== =====================================
|
||||
Option Default Description
|
||||
---------------------------- --------------- -----------------------------
|
||||
---------------------------- --------------- -------------------------------------
|
||||
use Entry point for paste.deploy for
|
||||
the proxy server. For most
|
||||
cases, this should be
|
||||
@ -1398,7 +1398,7 @@ concurrency_timeout conn_timeout This parameter controls how long
|
||||
firing of the threads. This number
|
||||
should be between 0 and node_timeout.
|
||||
The default is conn_timeout (0.5).
|
||||
============================ =============== =============================
|
||||
============================ =============== =====================================
|
||||
|
||||
[tempauth]
|
||||
|
||||
|
@ -185,7 +185,7 @@ The following table lists known issues:
|
||||
- object-replicator .... responded as unmounted
|
||||
- A storage server disk is unavailable
|
||||
- Repair and remount the file system (on the remote node)
|
||||
* - /var/log/swift/*.log
|
||||
* - /var/log/swift/\*.log
|
||||
- STDOUT: EXCEPTION IN
|
||||
- A unexpected error occurred
|
||||
- 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:
|
||||
|
||||
ts_data -> timestamp of data or tombstone file,
|
||||
ts_meta -> timestamp of meta file, if one exists
|
||||
ts_ctype -> timestamp of meta file containing most recent
|
||||
content-type value, if one exists
|
||||
- ts_data -> timestamp of data or tombstone file,
|
||||
- ts_meta -> timestamp of meta file, if one exists
|
||||
- ts_ctype -> timestamp of meta file containing most recent
|
||||
content-type value, if one exists
|
||||
|
||||
where timestamps are instances of
|
||||
:class:`~swift.common.utils.Timestamp`
|
||||
|
Loading…
Reference in New Issue
Block a user