Skip to content

gambol99/docker-ceph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Containers

The store component is comprised of four containers:

  • [store-client] - a utility container taken from store-base which contains nothing but the ceph commands (the admin / monitor keyrings has been removed)
  • [store-manager] - a cheeky utility service used to automate the unlock on rbd volumes from ec2 instances which have terminated or stopped
  • store-daemon - the daemon which serves data (in Ceph, this is an object store daemon, or OSD)
  • store-gateway - the blob store gateway, offering Swift and S3-compatible bucket APIs
  • store-metadata - the metadata service necessary to use the CephFS shared filesystem (in Ceph, this is a metadata server daemon, or MDS)
  • store-monitor - the service responsible for keeping track of the cluster state (this is also called a monitor in Ceph)

These are all based upon the store-base image, which is a Docker container that preinstalls Ceph.

Usage

Please consult the Makefile for current instructions on how to build, test, push, install, and start deis/store.

License

© 2014 Engine Yard, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.