Files
openstack-manuals/doc/config-reference/source/tables/glance-sheepdog.rst
KATO Tomoyuki 55167764ae [config-ref] fix incorrect table format
re-run the tool with latest version.

Closes-Bug: #1638004

Change-Id: I13a4e53c403e189839d04a0376bc0db1cf0ef049
2016-11-12 20:43:46 +09:00

69 lines
2.7 KiB
ReStructuredText

..
Warning: Do not edit this file. It is automatically generated from the
software project's code and your changes will be overwritten.
The tool to generate this file lives in openstack-doc-tools repository.
Please make any changes needed in the code, then run the
autogenerate-config-doc tool from the openstack-doc-tools repository, or
ask for help on the documentation mailing list, IRC channel or meeting.
.. _glance-sheepdog:
.. list-table:: Description of Sheepdog configuration options
:header-rows: 1
:class: config-ref-table
* - Configuration option = Default value
- Description
* - **[glance_store]**
-
* - ``sheepdog_store_address`` = ``127.0.0.1``
- (String) Address to bind the Sheepdog daemon to.
Provide a string value representing the address to bind the Sheepdog daemon to. The default address set for the 'sheep' is 127.0.0.1.
The Sheepdog daemon, also called 'sheep', manages the storage in the distributed cluster by writing objects across the storage network. It identifies and acts on the messages directed to the address set using ``sheepdog_store_address`` option to store chunks of Glance images.
Possible values:
* A valid IPv4 address
* A valid IPv6 address
* A valid hostname
Related Options:
* sheepdog_store_port
* - ``sheepdog_store_chunk_size`` = ``64``
- (Integer) Chunk size for images to be stored in Sheepdog data store.
Provide an integer value representing the size in mebibyte (1048576 bytes) to chunk Glance images into. The default chunk size is 64 mebibytes.
When using Sheepdog distributed storage system, the images are chunked into objects of this size and then stored across the distributed data store to use for Glance.
Chunk sizes, if a power of two, help avoid fragmentation and enable improved performance.
Possible values:
* Positive integer value representing size in mebibytes.
Related Options:
* None
* - ``sheepdog_store_port`` = ``7000``
- (Port number) Port number on which the sheep daemon will listen.
Provide an integer value representing a valid port number on which you want the Sheepdog daemon to listen on. The default port is 7000.
The Sheepdog daemon, also called 'sheep', manages the storage in the distributed cluster by writing objects across the storage network. It identifies and acts on the messages it receives on the port number set using ``sheepdog_store_port`` option to store chunks of Glance images.
Possible values:
* A valid port number (0 to 65535)
Related Options:
* sheepdog_store_address