0460ba4f39
* Code blocks within ordered lists require 8 spaces rather than 4, so the instructions and configs weren't rendered as code blocks. * A few other minor fixes.
21 lines
491 B
Markdown
21 lines
491 B
Markdown
Ceph object server backend for OpenStack Swift
|
|
==============================================
|
|
|
|
Installation
|
|
------------
|
|
|
|
1. Install the RADOS object server:
|
|
|
|
sudo python setup.py install
|
|
|
|
2. Modify your object-server.conf to use the new object server:
|
|
|
|
[app:object-server]
|
|
use = egg:swift_ceph_backend#rados_object
|
|
|
|
3. Set the user and pool for Ceph in the [DEFAULT] section in the same file:
|
|
|
|
[DEFAULT]
|
|
rados_user = swift
|
|
rados_pool = swift
|