2013-08-05 21:13:52 +00:00
|
|
|
======================================
|
|
|
|
Ceph Object Gateway Config Reference
|
|
|
|
======================================
|
2012-06-26 15:21:05 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
The following settings may added to the Ceph configuration file (i.e., usually
|
|
|
|
``ceph.conf``) under the ``[client.radosgw.gateway]`` section. The settings may
|
|
|
|
contain default values. If you do not specify each setting in the Ceph
|
|
|
|
configuration file, the default value will be set automatically.
|
2012-08-28 20:25:44 +00:00
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
|
|
|
|
``rgw data``
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Description: Sets the location of the data files for Ceph Object Gateway.
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: String
|
2012-06-26 15:21:05 +00:00
|
|
|
:Default: ``/var/lib/ceph/radosgw/$cluster-$id``
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
``rgw enable apis``
|
|
|
|
|
|
|
|
:Description: Enables the specified APIs.
|
|
|
|
:Type: String
|
|
|
|
:Default: ``s3, swift, swift_auth, admin`` All APIs.
|
|
|
|
|
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw cache enabled``
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Description: Whether the Ceph Object Gateway cache is enabled.
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: Boolean
|
2012-06-26 15:21:05 +00:00
|
|
|
:Default: ``true``
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw cache lru size``
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Description: The number of entries in the Ceph Object Gateway cache.
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: Integer
|
2012-06-26 15:21:05 +00:00
|
|
|
:Default: ``10000``
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw socket path``
|
|
|
|
|
2013-04-18 01:26:33 +00:00
|
|
|
:Description: The socket path for the domain socket. ``FastCgiExternalServer``
|
2013-08-05 21:13:52 +00:00
|
|
|
uses this socket. If you do not specify a socket path, Ceph
|
|
|
|
Object Gateway will not run as an external server. The path you
|
|
|
|
specify here must be the same as the path specified in the
|
|
|
|
``rgw.conf`` file.
|
2013-04-18 01:26:33 +00:00
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: String
|
2012-06-26 15:21:05 +00:00
|
|
|
:Default: N/A
|
2012-08-28 20:25:44 +00:00
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
``rgw host``
|
|
|
|
|
|
|
|
:Description: The host for the Ceph Object Gateway instance. Can be an IP
|
|
|
|
address or a hostname.
|
|
|
|
|
|
|
|
:Type: String
|
|
|
|
:Default: ``0.0.0.0``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw port``
|
|
|
|
|
|
|
|
:Description: Port the instance listens for requests. If not specified,
|
|
|
|
Ceph Object Gateway runs external FastCGI.
|
|
|
|
|
|
|
|
:Type: String
|
|
|
|
:Default: None
|
|
|
|
|
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw dns name``
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Description: The DNS name of the served domain.
|
|
|
|
:Type: String
|
|
|
|
:Default: None
|
2012-06-26 15:21:05 +00:00
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
``rgw script uri``
|
|
|
|
|
|
|
|
:Description: The alternative value for the ``SCRIPT_URI`` if not set
|
|
|
|
in the request.
|
|
|
|
|
|
|
|
:Type: String
|
|
|
|
:Default: None
|
|
|
|
|
|
|
|
|
|
|
|
``rgw request uri``
|
|
|
|
|
|
|
|
:Description: The alternative value for the ``REQUEST_URI`` if not set
|
|
|
|
in the request.
|
|
|
|
|
|
|
|
:Type: String
|
|
|
|
:Default: None
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw swift url``
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Description: The URL for the Ceph Object Gateway Swift API.
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: String
|
|
|
|
:Default: None
|
2012-06-26 15:21:05 +00:00
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw swift url prefix``
|
|
|
|
|
|
|
|
:Description: The URL prefix for the Swift API.
|
|
|
|
:Default: ``swift``
|
2012-08-28 20:25:44 +00:00
|
|
|
:Example: http://fqdn.com/swift
|
2012-06-26 15:21:05 +00:00
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
``rgw swift auth url``
|
|
|
|
|
|
|
|
:Description: Default URL for verifying v1 auth tokens (if not using internal
|
|
|
|
Swift auth).
|
|
|
|
|
|
|
|
:Type: String
|
|
|
|
:Default: None
|
|
|
|
|
|
|
|
|
|
|
|
``rgw swifth auth entry``
|
|
|
|
|
|
|
|
:Description: The entry point for a Swift auth URL.
|
|
|
|
:Type: String
|
|
|
|
:Default: ``auth``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw keystone url``
|
|
|
|
|
|
|
|
:Description: The URL for the Keystone server.
|
|
|
|
:Type: String
|
|
|
|
:Default: None
|
|
|
|
|
|
|
|
|
|
|
|
``rgw keystone admin token``
|
|
|
|
|
|
|
|
:Description: The Keystone admin token (shared secret).
|
|
|
|
:Type: String
|
|
|
|
:Default: None
|
|
|
|
|
|
|
|
|
|
|
|
``rgw keystone accepted roles``
|
|
|
|
|
|
|
|
:Description: The roles requires to serve requests.
|
|
|
|
:Type: String
|
|
|
|
:Default: ``Member, admin``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw keystone token cache size``
|
|
|
|
|
|
|
|
:Description: The maximum number of entries in each Keystone token cache.
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``10000``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw keystone revocation interval``
|
|
|
|
|
|
|
|
:Description: The number of seconds between token revocation checks.
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``15 * 60``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw admin entry``
|
|
|
|
|
|
|
|
:Description: The entry point for an admin request URL.
|
|
|
|
:Type: String
|
|
|
|
:Default: ``admin``
|
|
|
|
|
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw enforce swift acls``
|
|
|
|
|
|
|
|
:Description: Enforces the Swift Access Control List (ACL) settings.
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: Boolean
|
2012-06-26 15:21:05 +00:00
|
|
|
:Default: ``true``
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
|
|
|
|
``rgw swift token expiration``
|
|
|
|
|
|
|
|
:Description: The time in seconds for expiring a Swift token.
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``24 * 3600``
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw print continue``
|
|
|
|
|
|
|
|
:Description: Enable ``100-continue`` if it is operational.
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: Boolean
|
2012-06-26 15:21:05 +00:00
|
|
|
:Default: ``true``
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw remote addr param``
|
|
|
|
|
2013-04-18 01:26:33 +00:00
|
|
|
:Description: The remote address parameter. For example, the HTTP field
|
|
|
|
containing the remote address, or the ``X-Forwarded-For``
|
|
|
|
address if a reverse proxy is operational.
|
2012-08-28 20:25:44 +00:00
|
|
|
|
|
|
|
:Type: String
|
2012-06-26 15:21:05 +00:00
|
|
|
:Default: ``REMOTE_ADDR``
|
2012-08-28 20:25:44 +00:00
|
|
|
|
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw op thread timeout``
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Description: The timeout in seconds for open threads.
|
|
|
|
:Type: Integer
|
2012-06-26 15:21:05 +00:00
|
|
|
:Default: 600
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw op thread suicide timeout``
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Description: The time ``timeout`` in seconds before a Ceph Object Gateway
|
|
|
|
process dies. Disbled if set to ``0``.
|
2013-04-18 01:26:33 +00:00
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: Integer
|
|
|
|
:Default: ``0``
|
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
|
|
|
|
``rgw thread pool size``
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Description: The size of the thread pool.
|
|
|
|
:Type: Integer
|
2012-06-26 15:21:05 +00:00
|
|
|
:Default: 100 threads.
|
|
|
|
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
``rgw num control oids``
|
2012-06-26 15:21:05 +00:00
|
|
|
|
2013-04-18 01:26:33 +00:00
|
|
|
:Description: The number of notification objects used for cache synchronization
|
|
|
|
between different ``rgw`` instances.
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: Integer
|
|
|
|
:Default: ``8``
|
2012-06-26 15:21:05 +00:00
|
|
|
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
.. deprecated:: v.67
|
|
|
|
|
|
|
|
``rgw cluster root pool``
|
|
|
|
|
|
|
|
:Description: The Ceph Storage Cluster pool to store ``radosgw`` metadata for
|
|
|
|
this instance. Not used in Ceph version v.67 and later. Use
|
|
|
|
``rgw zone root pool`` instead.
|
|
|
|
|
|
|
|
:Type: String
|
|
|
|
:Required: No
|
|
|
|
:Default: ``.rgw.root``
|
|
|
|
:Replaced By: ``rgw zone root pool``
|
|
|
|
|
|
|
|
|
|
|
|
.. versionadded:: v.67
|
|
|
|
|
|
|
|
``rgw zone``
|
|
|
|
|
|
|
|
:Description: The name of the zone for the gateway instance.
|
|
|
|
:Type: String
|
|
|
|
:Default: None
|
|
|
|
|
|
|
|
|
|
|
|
.. versionadded:: v.67
|
|
|
|
|
|
|
|
``rgw zone root pool``
|
|
|
|
|
|
|
|
:Description: The pool for storing zone-specific information.
|
|
|
|
:Type: String
|
|
|
|
:Default: ``.rgw.root``
|
|
|
|
|
|
|
|
|
|
|
|
.. versionadded:: v.67
|
|
|
|
|
|
|
|
``rgw region``
|
|
|
|
|
|
|
|
:Description: The name of the region for the gateway instance.
|
|
|
|
:Type: String
|
|
|
|
:Default: None
|
|
|
|
|
|
|
|
.. versionadded:: v.67
|
|
|
|
|
|
|
|
``rgw region root pool``
|
|
|
|
|
|
|
|
:Description: The pool for storing all region-specific information.
|
|
|
|
:Type: String
|
|
|
|
:Default: ``.rgw.root``
|
|
|
|
|
|
|
|
|
|
|
|
.. versionadded:: v.67
|
|
|
|
|
|
|
|
``rgw default region info oid``
|
|
|
|
|
|
|
|
:Description: The OID for storing the default region.
|
|
|
|
:Type: String
|
|
|
|
:Default: ``default.region``
|
|
|
|
|
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw log nonexistent bucket``
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Description: Enables Ceph Object Gateway to log a request for a non-existent
|
|
|
|
bucket.
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: Boolean
|
2012-06-26 15:21:05 +00:00
|
|
|
:Default: ``false``
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw log object name``
|
|
|
|
|
2013-04-18 01:26:33 +00:00
|
|
|
:Description: The logging format for an object name. See manpage
|
|
|
|
:manpage:`date` for details about format specifiers.
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: Date
|
|
|
|
:Default: ``%Y-%m-%d-%H-%i-%n``
|
2012-06-26 15:21:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
``rgw log object name utc``
|
|
|
|
|
2013-04-18 01:26:33 +00:00
|
|
|
:Description: Whether a logged object name includes a UTC time.
|
|
|
|
If ``false``, it uses the local time.
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: Boolean
|
2012-06-26 15:21:05 +00:00
|
|
|
:Default: ``false``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw usage max shards``
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Description: The maximum number of shards for usage logging.
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``32``
|
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
|
|
|
|
``rgw usage max user shards``
|
|
|
|
|
2013-04-18 01:26:33 +00:00
|
|
|
:Description: The maximum number of shards used for a single user's
|
|
|
|
usage logging.
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: Integer
|
|
|
|
:Default: ``1``
|
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
|
|
|
|
``rgw enable ops log``
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Description: Enable logging for each successful Ceph Object Gateway operation.
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: Boolean
|
2013-06-12 20:48:44 +00:00
|
|
|
:Default: ``false``
|
2012-06-26 15:21:05 +00:00
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw enable usage log``
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Description: Enable the usage log.
|
|
|
|
:Type: Boolean
|
2013-06-12 20:48:44 +00:00
|
|
|
:Default: ``false``
|
2012-06-26 15:21:05 +00:00
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
``rgw ops log rados``
|
|
|
|
|
|
|
|
:Description: Whether the operations log should be written to the
|
|
|
|
Ceph Storage Cluster backend.
|
|
|
|
|
|
|
|
:Type: Boolean
|
|
|
|
:Default: ``true``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw ops log socket path``
|
|
|
|
|
|
|
|
:Description: The Unix domain socket for writing operations logs.
|
|
|
|
:Type: String
|
|
|
|
:Default: None
|
|
|
|
|
|
|
|
|
|
|
|
``rgw ops log data backlog``
|
|
|
|
|
|
|
|
:Description: The maximum data backlog data size for operations logs written
|
|
|
|
to a Unix domain socket.
|
|
|
|
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``5 << 20``
|
|
|
|
|
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw usage log flush threshold``
|
|
|
|
|
2013-04-18 01:26:33 +00:00
|
|
|
:Description: The number of dirty merged entries in the usage log before
|
|
|
|
flushing synchronously.
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: Integer
|
2012-06-26 15:21:05 +00:00
|
|
|
:Default: 1024
|
|
|
|
|
|
|
|
|
|
|
|
``rgw usage log tick interval``
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Description: Flush pending usage log data every ``n`` seconds.
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``30``
|
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
|
|
|
|
``rgw intent log object name``
|
|
|
|
|
2013-04-18 01:26:33 +00:00
|
|
|
:Description: The logging format for the intent log object name. See manpage
|
|
|
|
:manpage:`date` for details about format specifiers.
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: Date
|
|
|
|
:Default: ``%Y-%m-%d-%i-%n``
|
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
|
|
|
|
``rgw intent log object name utc``
|
|
|
|
|
2013-04-18 01:26:33 +00:00
|
|
|
:Description: Whether the intent log object name includes a UTC time.
|
|
|
|
If ``false``, it uses the local time.
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: Boolean
|
2012-06-26 15:21:05 +00:00
|
|
|
:Default: ``false``
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
``rgw init timeout``
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Description: The number of seconds before Ceph Object Gateway gives up on
|
|
|
|
initialization.
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: Integer
|
|
|
|
:Default: ``30``
|
|
|
|
|
2012-06-26 15:21:05 +00:00
|
|
|
|
|
|
|
``rgw mime types file``
|
|
|
|
|
2013-04-18 01:26:33 +00:00
|
|
|
:Description: The path and location of the MIME types. Used for Swift
|
|
|
|
auto-detection of object types.
|
|
|
|
|
2012-08-28 20:25:44 +00:00
|
|
|
:Type: String
|
2012-06-26 15:21:05 +00:00
|
|
|
:Default: ``/etc/mime.types``
|
2012-11-06 23:49:18 +00:00
|
|
|
|
2013-04-18 01:26:33 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
``rgw gc max objs``
|
2012-11-06 23:49:18 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Description: The maximum number of objects that may be handled by
|
|
|
|
garbage collection in one garbage collection processing cycle.
|
2013-04-18 01:26:33 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Type: Integer
|
|
|
|
:Default: ``32``
|
2012-11-26 23:54:06 +00:00
|
|
|
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
``rgw gc obj min wait``
|
2012-12-12 01:48:25 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Description: The minimum wait time before the object may be removed
|
|
|
|
and handled by garbage collection processing.
|
|
|
|
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``2 * 3600``
|
2012-11-26 23:54:06 +00:00
|
|
|
|
2012-12-12 01:48:25 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
``rgw gc processor max time``
|
2013-04-18 01:26:33 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Description: The maximum time between the beginning of two consecutive garbage
|
|
|
|
collection processing cycles.
|
2012-11-26 23:54:06 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Type: Integer
|
|
|
|
:Default: ``3600``
|
2012-12-12 01:48:25 +00:00
|
|
|
|
2013-04-18 01:26:33 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
``rgw gc processor period``
|
|
|
|
|
|
|
|
:Description: The cycle time for garbage collection processing.
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``3600``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw s3 success create obj status``
|
|
|
|
|
|
|
|
:Description: The alternate success status response for ``create-obj``.
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``0``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw resolve cname``
|
|
|
|
|
|
|
|
:Description: Whether ``rgw`` should use DNS CNAME record of the request
|
|
|
|
hostname field (if hostname is not equal to ``rgw dns name``).
|
|
|
|
|
|
|
|
:Type: Boolean
|
|
|
|
:Default: ``false``
|
2012-11-26 23:54:06 +00:00
|
|
|
|
2012-12-12 01:48:25 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
``rgw object stripe size``
|
|
|
|
|
|
|
|
:Description: The size of an object stripe for Ceph Object Gateway objects.
|
|
|
|
See `Architecture`_ for details on striping.
|
2013-04-18 01:26:33 +00:00
|
|
|
|
2012-11-26 23:54:06 +00:00
|
|
|
:Type: Integer
|
2013-08-05 21:13:52 +00:00
|
|
|
:Default: ``4 << 20``
|
|
|
|
|
2012-11-30 07:07:26 +00:00
|
|
|
|
|
|
|
``rgw extended http attrs``
|
2013-03-02 03:53:33 +00:00
|
|
|
|
2013-04-18 01:26:33 +00:00
|
|
|
:Description: Add new set of attributes that could be set on an object. These
|
|
|
|
extra attributes can be set through HTTP header fields when
|
|
|
|
putting the objects. If set, these attributes will return as HTTP
|
|
|
|
fields when doing GET/HEAD on the object.
|
|
|
|
|
2012-11-30 07:07:26 +00:00
|
|
|
:Type: String
|
2013-08-05 21:13:52 +00:00
|
|
|
:Default: None
|
2012-11-30 07:07:26 +00:00
|
|
|
:Example: "content_foo, content_bar"
|
2013-04-18 01:26:33 +00:00
|
|
|
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
``rgw exit timeout secs``
|
2013-04-18 01:26:33 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Description: Number of seconds to wait for a process before exiting
|
|
|
|
unconditionally.
|
2013-04-18 01:26:33 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Type: Integer
|
|
|
|
:Default: ``120``
|
2013-04-18 01:26:33 +00:00
|
|
|
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
``rgw get obj window size``
|
2013-04-18 01:26:33 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Description: The window size in bytes for a single object request.
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``16 << 20``
|
2013-04-18 01:26:33 +00:00
|
|
|
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
``rgw get obj max req size``
|
2013-04-18 01:26:33 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Description: The maximum request size of a single get operation sent to the
|
|
|
|
Ceph Storage Cluster.
|
2013-04-18 01:26:33 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Type: Integer
|
|
|
|
:Default: ``4 << 20``
|
2013-04-18 01:26:33 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
|
|
|
|
``rgw relaxed s3 bucket names``
|
|
|
|
|
|
|
|
:Description: Enables relaxed S3 bucket names rules for US region buckets.
|
|
|
|
:Type: Boolean
|
|
|
|
:Default: ``false``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw list buckets max chunk``
|
|
|
|
|
|
|
|
:Description: The maximum number of buckets to retrieve in a single operation
|
|
|
|
when listing user buckets.
|
|
|
|
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``1000``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw md log max shards``
|
|
|
|
|
|
|
|
:Description: The maximum number of shards for the metadata log.
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``64``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw num zone opstate shards``
|
|
|
|
|
|
|
|
:Description: The maximum number of shards for keeping inter-region copy
|
|
|
|
progress information.
|
|
|
|
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``128``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw opstate ratelimit sec``
|
|
|
|
|
|
|
|
:Description: The minimum time between opstate updates on a single upload.
|
|
|
|
``0`` disables the ratelimit.
|
|
|
|
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``30``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw curl wait timeout ms``
|
|
|
|
|
|
|
|
:Description: The timeout in milliseconds for certain ``curl`` calls.
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``1000``
|
2013-04-18 01:26:33 +00:00
|
|
|
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
``rgw copy obj progress``
|
2013-04-18 01:26:33 +00:00
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
:Description: Enables output of object progress during long copy operations.
|
|
|
|
:Type: Boolean
|
|
|
|
:Default: ``true``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw copy obj progress every bytes``
|
|
|
|
|
|
|
|
:Description: The minimum bytes between copy progress output.
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``1024 * 1024``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw data log window``
|
|
|
|
|
|
|
|
:Description: The data log entries window in seconds.
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``30``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw data log changes size``
|
|
|
|
|
|
|
|
:Description: The number of in-memory entries to hold for the data changes log.
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``1000``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw data log num shards``
|
|
|
|
|
|
|
|
:Description: The number of shards (objects) on which to keep the
|
|
|
|
data changes log.
|
|
|
|
|
|
|
|
:Type: Integer
|
|
|
|
:Default: ``128``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw data log obj prefix``
|
|
|
|
|
|
|
|
:Description: The object name prefix for the data log.
|
|
|
|
:Type: String
|
|
|
|
:Default: ``data_log``
|
|
|
|
|
|
|
|
|
|
|
|
``rgw replica log obj prefix``
|
|
|
|
|
|
|
|
:Description: The object name prefix for the replica log.
|
|
|
|
:Type: String
|
|
|
|
:Default: ``replica log``
|
2013-04-18 01:26:33 +00:00
|
|
|
|
|
|
|
|
2013-08-05 21:13:52 +00:00
|
|
|
.. _Architecture: ../../architecture#data-striping
|