gdeploy icon indicating copy to clipboard operation
gdeploy copied to clipboard

gdeploy - an Ansible based tool to deploy GlusterFS

Results 38 gdeploy issues
Sort by recently updated
recently updated
newest added

Below is the traceback of the error I am getting ``` Traceback (most recent call last): File "/usr/local/bin/gdeploy", line 4, in __import__('pkg_resources').run_script('gdeploy===master', 'gdeploy') File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 742, in run_script self.require(requires)[0].run_script(script_name,...

During manual creation of PVs, VGs and thin pools. gdeploy was failing until size was added to the thinpool sections. The docs indicate that the size option should be optional.

For sanity the INSTALL.md file should provide instruction about how to build rpm package from source of the git repo and from the spec file provided. It could be done...

Actual results: TASK [Create LVs with specified size for the VGs] **************************************************************************************************** failed: [node] (item={u'lv': u'some_thinpool', u'size': u'', u'extent': u'100%FREE', u'vg': u'some_vgname'}) => {"failed": true, "item": {"extent": "100%FREE", "lv": "some_thinpool",...

The node given for the 'master' value as a FQDN appears in the 'gluster pool list' output with its short hostname and no alias is present in the peer config....

grafton sanity script validates 2 things currently 1. Whether the machines are reachable from the master node 2. Whether the disks contain any partition table. If any of the above...

When tried to run script /usr/share/gdeploy/scripts/grafton-sanity-check.sh -d drive -h IP1,IP2,IP3 from deploying host, it complains: scp: /tmp/*_host_ip_YYYY_MM_DD.txt: No such file or directory scp: /tmp/*_host_ip_YYYY_MM_DD.txt: No such file or directory When...