mirror of
https://github.com/distribution/distribution.git
synced 2025-11-13 00:53:12 +00:00
Updating for tooling tests Updating with the new sed scripts to protect links updating with new image Updating with comments Signed-off-by: Mary Anthony <mary@docker.com>
1.4 KiB
1.4 KiB
Ceph RADOS storage driver
An implementation of the storagedriver.StorageDriver interface which uses
Ceph RADOS Object Storage for storage backend.
Parameters
The following parameters must be used to configure the storage driver (case-sensitive):
poolname: Name of the Ceph poolusernameoptional: The user to connect as (i.e. admin, not client.admin)chunksizeoptional: Size of the written RADOS objects. Default value is 4MB (4194304).
This drivers loads the Ceph client configuration from the following regular paths (the first found is used):
$CEPH_CONF(environment variable)/etc/ceph/ceph.conf~/.ceph/configceph.conf(in the current working directory)
Developing
To include this driver when building Docker Distribution, use the build tag
include_rados. Please see the building documentation for details.