-
Notifications
You must be signed in to change notification settings - Fork 10
Python wrapper for GlusterFS admin CLI
License
joejulian/python-gluster
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published