Skip to content
This repository was archived by the owner on Mar 11, 2020. It is now read-only.

Files

Latest commit

b4870b8 · Mar 1, 2016

History

History
This branch is 2395 commits behind jpetazzo/container.training:main.

ceph

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 1, 2016
Mar 1, 2016

CEPH on Docker

Note: this doesn't quite work yet.

The OSD containers need to be started twice (the first time, they fail initializing; second time is a champ).

Also, it looks like you need at least two OSD containers (or the OSD container should have two disks/directories, whatever).

RadosGw is listening on port 8080.

The admin container will create a docker user using radosgw-admin. If you run it multiple times, that's OK: further invocations are idempotent.

Last but not least: it looks like AWS CLI uses a new signature format that doesn't work with RadosGW. After almost two hours trying to figure out what was wrong, I tried the S3 credentials directly with boto and it worked immediately (I was able to create a bucket).