You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check the following items before submitting an issue -- thank you!
Nnote that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms. Contributor Code of Conduct.
There is no existing issue or PR that addresses this problem
Optional, but makes our lives much easier:
The issue affects the latest release of this module at the time of
submission
Affected Puppet, Ruby, OS and module versions/distributions
Puppet3.8.7, Ruby1.8.3, CentOS6
What are you seeing
# facter -p
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `/usr/sbin/gluster volume info (position'
sh: -c: line 0: syntax error near unexpected token `)'
sh: -c: line 0: `/usr/sbin/gluster volume info 1)'
What behaviour did you expect instead
seeing cluster facts
How did this behaviour get triggered
fact expected nonexistent output to parse
Output log
Any additional information you'd like to impart
the fact does gluster volume list. This command isn't available on old gluster versions (3.2 in my case). The output is:
# gluster volume list
unrecognized word: list (position 1)
The text was updated successfully, but these errors were encountered:
I would suggest upgrading gluster to a modern version as 3.2 is very old - in fact it's so old it doesn't even show on gluster's list of deprecated versions anymore: https://www.gluster.org/release-schedule/
CentOS 6 is also getting very long in the tooth, so perhaps CentOS 7.x would be a sensible upgrade for you.
Please check the following items before submitting an issue -- thank you!
Nnote that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms.
Contributor Code of Conduct.
Optional, but makes our lives much easier:
submission
Affected Puppet, Ruby, OS and module versions/distributions
Puppet3.8.7, Ruby1.8.3, CentOS6
What are you seeing
What behaviour did you expect instead
seeing cluster facts
How did this behaviour get triggered
fact expected nonexistent output to parse
Output log
Any additional information you'd like to impart
the fact does
gluster volume list
. This command isn't available on old gluster versions (3.2 in my case). The output is:The text was updated successfully, but these errors were encountered: