Skip to content

joejulian/python-gluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a wrapper for the GlusterFS admin cli.

Usage:

import gluster
status  = gluster.peer.status()         # retrieve peer status from all servers
volumes = gluster.volume.info()         # retrieve all volumes on this server
myvol1  = gluster.volume.info("myvol1") # retrieve the volume info for myvol1

This could be used in conjunction with tastypie to build a RESTful API to glusterfs.

About

Python wrapper for GlusterFS admin CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages