Skip to content

xzhao87/swift-ceph-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

Ceph backend for Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%