Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 520 Bytes

INSTALL.md

File metadata and controls

18 lines (10 loc) · 520 Bytes

splitmount Installation Guide

Building and Installing splitmount

Download the source:

git clone https://github.com/joejulian/glusterfs-splitbrain.git splitmount
cd splitmount

To install splitmount in your home directory:

python setup.py install --user

To install splitmount system wide:

python setup.py install

Prior to GlusterFS 3.6.2 this tool requires the gluster cli. Post 3.6.2 it uses libgfapi. Ensure the package for your distribution is installed that provides this requirement.