kadalu / glusterd_plus_python

Glusterd Plus Python SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glusterd Plus - Python SDK

Install

Install Glusterd Plus SDK by running the following command.

pip install glusterd_plus

Start Glusterd Plus Service

Start the Glusterd Plus service(If not started) in at least one node of the Cluster.

systemctl start glusterp

Usage

Peers management

import glusterd_plus

conn = glusterd_plus.Connection("http://localhost:3000")

conn.add_peer("server2.gluster")
print(conn.list_peers())

conn.peer("server2.gluster").remove()

About

Glusterd Plus Python SDK


Languages

Language:Python 100.0%