Skip to content

Python RADOS utilities for performing operations on a RADOS/ceph cluster.

License

Notifications You must be signed in to change notification settings

bryanapperson/python-rados-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-rados-utils

Python RADOS utilities for performing operations on a RADOS/ceph cluster.

Operating Systems

  • CentOS 7
  • RHEL 7
  • Fedora 22

Installing python-rados-utils

It's pretty easy to get up and running.

Building from source

  • Clone the git repository git clone [email protected]:bryanapperson/python-rados-utils.git

  • cd python-rados-utils

  • rpmbuild -ba python-rados-utils.spec

Installing

  • The rpm will be output in ~/rpmbuild/RPMS/noarch/.

  • Install the rpm using: rpm -Uvh python-rados-utils.rpm

Using python-rados-utils

  • Importing the modules can be done by using statements like:

  • from pyradosutils import common_utils

About

Python RADOS utilities for performing operations on a RADOS/ceph cluster.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages