Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gluster 3.10 support #109

Closed
brentclark opened this issue Mar 14, 2017 · 4 comments
Closed

Gluster 3.10 support #109

brentclark opened this issue Mar 14, 2017 · 4 comments

Comments

@brentclark
Copy link

Good day

Gluster version 3.10 is a long term support version.

Would you please consider upgrading your module to support 3.10.

Many thanks

Regards
Brent Clark

@a12e
Copy link

a12e commented Mar 19, 2017

In manifests/repo/apt.pp the regexps are wrong for 3.10+ versions:

if $version =~ /^\d\.\d$/ {
      $repo_ver = "${version}/LATEST"
    } elsif $version =~ /^(\d)\.(\d)\.(\d).*$/ {
      $repo_ver =  "${1}.${2}/${1}.${2}.${3}"
    } else {
      fail("${version} doesn't make sense for ${::operatingsystem}!")
    }

It triggers an error when installing a 3.10+ version of GlusterFS:

Error: Evaluation Error: Error while evaluating a Function Call, 3.10 doesn't make sense for Debian!

Would it be possible to fix them?

Thanks

@sammcj
Copy link
Contributor

sammcj commented Oct 30, 2017

I believe this has been superseded by 3.12 which is the current LTR: https://www.gluster.org/release-schedule/

@ekohl
Copy link
Member

ekohl commented Oct 30, 2017

In manifests/repo/apt.pp the regexps are wrong for 3.10+ versions:

#140 is for the same thing.

@Dan33l
Copy link
Member

Dan33l commented Dec 4, 2018

#140 is now merged, so i close this issue.

@Dan33l Dan33l closed this as completed Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants