Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glusterfs: update to 8.1
@ 2020-10-15  3:28 ArmedAviator
  2020-10-15  3:55 ` ArmedAviator
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: ArmedAviator @ 2020-10-15  3:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is a new pull request by ArmedAviator against master on the void-packages repository

https://github.com/ArmedAviator/void-packages gluster
https://github.com/void-linux/void-packages/pull/25617

glusterfs: update to 8.1


A patch file from https://github.com/void-linux/void-packages/pull/25617.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gluster-25617.patch --]
[-- Type: text/x-diff, Size: 1466 bytes --]

From b94c9ee12a916d009a0e02e4ea500cb7459e78ef Mon Sep 17 00:00:00 2001
From: Rich Gannon <rich@rchgannon.net>
Date: Wed, 14 Oct 2020 23:27:24 -0400
Subject: [PATCH] glusterfs: update to 8.1

---
 srcpkgs/glusterfs/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 06f1939d12a..cfdd7d4ab93 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
-version=7.7
-revision=2
+version=8.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no
@@ -17,7 +17,7 @@ maintainer="Noel Cower <ncower@nil.dev>"
 license="GPL-2.0-or-later, LGPL-3.0-only"
 homepage="https://www.gluster.org/"
 distfiles="https://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
-checksum=cf53524ef304fc6c72d1757a9fbb0d89f3bc728904bd47ccdf17033e3d25eb98
+checksum=89bc6d9c933119924f19f2681706883eed331efe0f8a20a2e6b12a290ca00d32
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) broken="not yet supported";;
@@ -36,7 +36,6 @@ glusterfs-server_package() {
 		/etc/glusterfs/glusterd.vol"
 	pkg_install() {
 		vmove etc/glusterfs
-		vmove usr/bin/glfsheal
 		vmove usr/bin/gluster
 		vmove usr/bin/glusterd
 		vmove usr/share/man/man8/gluster.8

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
@ 2020-10-15  3:55 ` ArmedAviator
  2020-10-15  4:38 ` ericonr
                   ` (17 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ArmedAviator @ 2020-10-15  3:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

New comment by ArmedAviator on void-packages repository

https://github.com/void-linux/void-packages/pull/25617#issuecomment-708880945

Comment:
It almost completes but has the error:
   SONAME: libglusterd.so.0 <-> UNKNOWN PKG PLEASE FIX!

How do I fix this?

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
  2020-10-15  3:55 ` ArmedAviator
@ 2020-10-15  4:38 ` ericonr
  2020-10-15  6:12 ` [PR PATCH] [Updated] " ArmedAviator
                   ` (16 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2020-10-15  4:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 288 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25617#issuecomment-708892078

Comment:
You need to add an entry to `common/shlibs` like `libglusterd.so.0 libglusterfs-8.1_1` (preferrably, together with the other `libglusterfs` entry).

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PR PATCH] [Updated] glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
  2020-10-15  3:55 ` ArmedAviator
  2020-10-15  4:38 ` ericonr
@ 2020-10-15  6:12 ` ArmedAviator
  2020-10-15  6:15 ` ArmedAviator
                   ` (15 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ArmedAviator @ 2020-10-15  6:12 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There is an updated pull request by ArmedAviator against master on the void-packages repository

https://github.com/ArmedAviator/void-packages gluster
https://github.com/void-linux/void-packages/pull/25617

glusterfs: update to 8.1


A patch file from https://github.com/void-linux/void-packages/pull/25617.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gluster-25617.patch --]
[-- Type: text/x-diff, Size: 1920 bytes --]

From 517ff8824641325f43815a7c4230351ba6d9a11b Mon Sep 17 00:00:00 2001
From: Rich Gannon <rich@rchgannon.net>
Date: Wed, 14 Oct 2020 23:27:24 -0400
Subject: [PATCH] glusterfs: update to 8.1

---
 common/shlibs              | 1 +
 srcpkgs/glusterfs/template | 7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e50e44f1246..446191f8315 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1483,6 +1483,7 @@ libgfchangelog.so.0 libglusterfs-3.8.0_1
 libgfrpc.so.0 libglusterfs-3.8.0_1
 libgfxdr.so.0 libglusterfs-3.8.0_1
 libgfapi.so.0 libglusterfs-3.8.0_1
+libglusterd.so.0 libglusterfs-8.1_1
 libsnapper.so.5 libsnapper-0.4.1_1
 libtsm.so.3 libtsm-3_1
 libxine.so.2 libxine-1.2.4_1
diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 06f1939d12a..cfdd7d4ab93 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
-version=7.7
-revision=2
+version=8.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no
@@ -17,7 +17,7 @@ maintainer="Noel Cower <ncower@nil.dev>"
 license="GPL-2.0-or-later, LGPL-3.0-only"
 homepage="https://www.gluster.org/"
 distfiles="https://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
-checksum=cf53524ef304fc6c72d1757a9fbb0d89f3bc728904bd47ccdf17033e3d25eb98
+checksum=89bc6d9c933119924f19f2681706883eed331efe0f8a20a2e6b12a290ca00d32
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) broken="not yet supported";;
@@ -36,7 +36,6 @@ glusterfs-server_package() {
 		/etc/glusterfs/glusterd.vol"
 	pkg_install() {
 		vmove etc/glusterfs
-		vmove usr/bin/glfsheal
 		vmove usr/bin/gluster
 		vmove usr/bin/glusterd
 		vmove usr/share/man/man8/gluster.8

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PR PATCH] [Updated] glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (2 preceding siblings ...)
  2020-10-15  6:12 ` [PR PATCH] [Updated] " ArmedAviator
@ 2020-10-15  6:15 ` ArmedAviator
  2020-10-15  6:20 ` ArmedAviator
                   ` (14 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ArmedAviator @ 2020-10-15  6:15 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There is an updated pull request by ArmedAviator against master on the void-packages repository

https://github.com/ArmedAviator/void-packages gluster
https://github.com/void-linux/void-packages/pull/25617

glusterfs: update to 8.1


A patch file from https://github.com/void-linux/void-packages/pull/25617.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gluster-25617.patch --]
[-- Type: text/x-diff, Size: 1466 bytes --]

From e19fbff2ef17a640f4d9f9981be5e9f12a0f634f Mon Sep 17 00:00:00 2001
From: Rich Gannon <rich@rchgannon.net>
Date: Wed, 14 Oct 2020 23:27:24 -0400
Subject: [PATCH] glusterfs: update to 8.1

---
 srcpkgs/glusterfs/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 06f1939d12a..cfdd7d4ab93 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
-version=7.7
-revision=2
+version=8.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no
@@ -17,7 +17,7 @@ maintainer="Noel Cower <ncower@nil.dev>"
 license="GPL-2.0-or-later, LGPL-3.0-only"
 homepage="https://www.gluster.org/"
 distfiles="https://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
-checksum=cf53524ef304fc6c72d1757a9fbb0d89f3bc728904bd47ccdf17033e3d25eb98
+checksum=89bc6d9c933119924f19f2681706883eed331efe0f8a20a2e6b12a290ca00d32
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) broken="not yet supported";;
@@ -36,7 +36,6 @@ glusterfs-server_package() {
 		/etc/glusterfs/glusterd.vol"
 	pkg_install() {
 		vmove etc/glusterfs
-		vmove usr/bin/glfsheal
 		vmove usr/bin/gluster
 		vmove usr/bin/glusterd
 		vmove usr/share/man/man8/gluster.8

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (3 preceding siblings ...)
  2020-10-15  6:15 ` ArmedAviator
@ 2020-10-15  6:20 ` ArmedAviator
  2020-10-15  8:49 ` fosslinux
                   ` (13 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ArmedAviator @ 2020-10-15  6:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

New comment by ArmedAviator on void-packages repository

https://github.com/void-linux/void-packages/pull/25617#issuecomment-708925760

Comment:
Thanks @ericonr !  That solved it.  Working and tested on glibc amd64.

common/shlibs pull request added separately per Contributing manual.

https://github.com/void-linux/void-packages/pull/25617

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (4 preceding siblings ...)
  2020-10-15  6:20 ` ArmedAviator
@ 2020-10-15  8:49 ` fosslinux
  2020-10-15 13:26 ` [PR PATCH] [Updated] " ArmedAviator
                   ` (12 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: fosslinux @ 2020-10-15  8:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 362 bytes --]

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/25617#issuecomment-709000576

Comment:
Each PR and commit should be atomic, with all the changes required for the package(s) to build.

What that means in this case is that the `common/shlibs` commit should be 1. in this PR 2. merged with the other commit.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PR PATCH] [Updated] glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (5 preceding siblings ...)
  2020-10-15  8:49 ` fosslinux
@ 2020-10-15 13:26 ` ArmedAviator
  2020-10-15 13:30 ` ArmedAviator
                   ` (11 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ArmedAviator @ 2020-10-15 13:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There is an updated pull request by ArmedAviator against master on the void-packages repository

https://github.com/ArmedAviator/void-packages gluster
https://github.com/void-linux/void-packages/pull/25617

glusterfs: update to 8.1


A patch file from https://github.com/void-linux/void-packages/pull/25617.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gluster-25617.patch --]
[-- Type: text/x-diff, Size: 1920 bytes --]

From c7ab7dfed8271d132230f2ef2f2518a5a5f624ec Mon Sep 17 00:00:00 2001
From: Rich Gannon <rich@rchgannon.net>
Date: Wed, 14 Oct 2020 23:27:24 -0400
Subject: [PATCH] glusterfs: update to 8.1

---
 common/shlibs              | 1 +
 srcpkgs/glusterfs/template | 7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e50e44f1246..446191f8315 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1483,6 +1483,7 @@ libgfchangelog.so.0 libglusterfs-3.8.0_1
 libgfrpc.so.0 libglusterfs-3.8.0_1
 libgfxdr.so.0 libglusterfs-3.8.0_1
 libgfapi.so.0 libglusterfs-3.8.0_1
+libglusterd.so.0 libglusterfs-8.1_1
 libsnapper.so.5 libsnapper-0.4.1_1
 libtsm.so.3 libtsm-3_1
 libxine.so.2 libxine-1.2.4_1
diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 06f1939d12a..cfdd7d4ab93 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
-version=7.7
-revision=2
+version=8.1
+revision=1
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no
@@ -17,7 +17,7 @@ maintainer="Noel Cower <ncower@nil.dev>"
 license="GPL-2.0-or-later, LGPL-3.0-only"
 homepage="https://www.gluster.org/"
 distfiles="https://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
-checksum=cf53524ef304fc6c72d1757a9fbb0d89f3bc728904bd47ccdf17033e3d25eb98
+checksum=89bc6d9c933119924f19f2681706883eed331efe0f8a20a2e6b12a290ca00d32
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) broken="not yet supported";;
@@ -36,7 +36,6 @@ glusterfs-server_package() {
 		/etc/glusterfs/glusterd.vol"
 	pkg_install() {
 		vmove etc/glusterfs
-		vmove usr/bin/glfsheal
 		vmove usr/bin/gluster
 		vmove usr/bin/glusterd
 		vmove usr/share/man/man8/gluster.8

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (6 preceding siblings ...)
  2020-10-15 13:26 ` [PR PATCH] [Updated] " ArmedAviator
@ 2020-10-15 13:30 ` ArmedAviator
  2020-10-16  1:49 ` fosslinux
                   ` (10 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ArmedAviator @ 2020-10-15 13:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

New comment by ArmedAviator on void-packages repository

https://github.com/void-linux/void-packages/pull/25617#issuecomment-709325693

Comment:
Okay I merged the two commits into one.  Is this correct?

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (7 preceding siblings ...)
  2020-10-15 13:30 ` ArmedAviator
@ 2020-10-16  1:49 ` fosslinux
  2020-10-17  5:03 ` ericonr
                   ` (9 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: fosslinux @ 2020-10-16  1:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

New comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/25617#issuecomment-709681169

Comment:
Yes.

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (8 preceding siblings ...)
  2020-10-16  1:49 ` fosslinux
@ 2020-10-17  5:03 ` ericonr
  2020-10-19 23:42 ` nilium
                   ` (8 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ericonr @ 2020-10-17  5:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 163 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/25617#issuecomment-710750481

Comment:
Conflicts with #25671 

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (9 preceding siblings ...)
  2020-10-17  5:03 ` ericonr
@ 2020-10-19 23:42 ` nilium
  2020-10-19 23:42 ` nilium
                   ` (7 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: nilium @ 2020-10-19 23:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 696 bytes --]

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/25617#issuecomment-712500419

Comment:
I had a comment written up for this but Chrome ate it. Anyway, short form:

This'll need rebasing, but I wouldn't close the PR. I'd just want to make sure that you test installing this over the top of a 7.x cluster and make sure nothing breaks. I haven't gotten around to 8.x because I'm not in a good spot to test this right now. That said, GlusterFS has been very friendly as far as upgrades go, so I don't think you'd run into anything (and at that point, if it breaks my 7.x cluster, it's probably a GlusterFS bug).

Thanks for working on this!



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (10 preceding siblings ...)
  2020-10-19 23:42 ` nilium
@ 2020-10-19 23:42 ` nilium
  2020-10-19 23:42 ` nilium
                   ` (6 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: nilium @ 2020-10-19 23:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 746 bytes --]

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/25617#issuecomment-712500419

Comment:
I had a comment written up for this but Chrome ate it. Anyway, short form:

This'll need rebasing, so I wouldn't close the PR (pretty sure it's just conflicting on `revision=`). I'd just want to make sure that you test installing this over the top of a 7.x cluster and make sure nothing breaks. I haven't gotten around to 8.x because I'm not in a good spot to test this right now. That said, GlusterFS has been very friendly as far as upgrades go, so I don't think you'd run into anything (and at that point, if it breaks my 7.x cluster, it's probably a GlusterFS bug).

Thanks for working on this!



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (11 preceding siblings ...)
  2020-10-19 23:42 ` nilium
@ 2020-10-19 23:42 ` nilium
  2020-10-20  0:48 ` ArmedAviator
                   ` (5 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: nilium @ 2020-10-19 23:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 760 bytes --]

New comment by nilium on void-packages repository

https://github.com/void-linux/void-packages/pull/25617#issuecomment-712500419

Comment:
I had a comment written up for this but Chrome ate it. Anyway, short form:

This'll need rebasing, so I wouldn't close the PR (pretty sure it's just conflicting on `revision=` and checksums). I'd just want to make sure that you test installing this over the top of a 7.x cluster and make sure nothing breaks. I haven't gotten around to 8.x because I'm not in a good spot to test this right now. That said, GlusterFS has been very friendly as far as upgrades go, so I don't think you'd run into anything (and at that point, if it breaks my 7.x cluster, it's probably a GlusterFS bug).

Thanks for working on this!



^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (12 preceding siblings ...)
  2020-10-19 23:42 ` nilium
@ 2020-10-20  0:48 ` ArmedAviator
  2020-11-16 19:29 ` [PR PATCH] [Updated] " ArmedAviator
                   ` (4 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ArmedAviator @ 2020-10-20  0:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 702 bytes --]

New comment by ArmedAviator on void-packages repository

https://github.com/void-linux/void-packages/pull/25617#issuecomment-712520231

Comment:
I've been running this PR on 22TB data replicated across 2 machines and an arbiter VM since I submitted the PR.  No issues, as usual with Gluster major version upgrades.

Just remember, once you increase the op-version (manual input required), there's no going back.

```
rich@proton ~ $ sudo  gluster volume get all cluster.op-version
Option                                  Value                                   
------                                  -----                                   
cluster.op-version                      80000
```

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PR PATCH] [Updated] glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (13 preceding siblings ...)
  2020-10-20  0:48 ` ArmedAviator
@ 2020-11-16 19:29 ` ArmedAviator
  2020-11-16 19:32 ` ArmedAviator
                   ` (3 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ArmedAviator @ 2020-11-16 19:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There is an updated pull request by ArmedAviator against master on the void-packages repository

https://github.com/ArmedAviator/void-packages gluster
https://github.com/void-linux/void-packages/pull/25617

glusterfs: update to 8.1


A patch file from https://github.com/void-linux/void-packages/pull/25617.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gluster-25617.patch --]
[-- Type: text/x-diff, Size: 2080 bytes --]

From f6bbb0b81f2cbaabe7bf53342eba51e95b8e409b Mon Sep 17 00:00:00 2001
From: Rich Gannon <rich@rchgannon.net>
Date: Wed, 14 Oct 2020 23:27:24 -0400
Subject: [PATCH] glusterfs: update to 8.2

---
 common/shlibs              | 1 +
 srcpkgs/glusterfs/template | 9 ++++-----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index e50e44f1246..446191f8315 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1483,6 +1483,7 @@ libgfchangelog.so.0 libglusterfs-3.8.0_1
 libgfrpc.so.0 libglusterfs-3.8.0_1
 libgfxdr.so.0 libglusterfs-3.8.0_1
 libgfapi.so.0 libglusterfs-3.8.0_1
+libglusterd.so.0 libglusterfs-8.1_1
 libsnapper.so.5 libsnapper-0.4.1_1
 libtsm.so.3 libtsm-3_1
 libxine.so.2 libxine-1.2.4_1
diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 06f1939d12a..62e64ae96c9 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,7 +1,7 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
-version=7.7
-revision=2
+version=8.2
+revision=1
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
  ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_redhat_release=no
@@ -16,8 +16,8 @@ short_desc="Free and open source software scalable network filesystem (client)"
 maintainer="Noel Cower <ncower@nil.dev>"
 license="GPL-2.0-or-later, LGPL-3.0-only"
 homepage="https://www.gluster.org/"
-distfiles="https://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
-checksum=cf53524ef304fc6c72d1757a9fbb0d89f3bc728904bd47ccdf17033e3d25eb98
+distfiles="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz"
+checksum=89bc6d9c933119924f19f2681706883eed331efe0f8a20a2e6b12a290ca00d32
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) broken="not yet supported";;
@@ -36,7 +36,6 @@ glusterfs-server_package() {
 		/etc/glusterfs/glusterd.vol"
 	pkg_install() {
 		vmove etc/glusterfs
-		vmove usr/bin/glfsheal
 		vmove usr/bin/gluster
 		vmove usr/bin/glusterd
 		vmove usr/share/man/man8/gluster.8

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PR PATCH] [Updated] glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (14 preceding siblings ...)
  2020-11-16 19:29 ` [PR PATCH] [Updated] " ArmedAviator
@ 2020-11-16 19:32 ` ArmedAviator
  2020-11-16 19:36 ` ArmedAviator
                   ` (2 subsequent siblings)
  18 siblings, 0 replies; 20+ messages in thread
From: ArmedAviator @ 2020-11-16 19:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There is an updated pull request by ArmedAviator against master on the void-packages repository

https://github.com/ArmedAviator/void-packages gluster
https://github.com/void-linux/void-packages/pull/25617

glusterfs: update to 8.1


A patch file from https://github.com/void-linux/void-packages/pull/25617.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gluster-25617.patch --]
[-- Type: text/x-diff, Size: 1998 bytes --]

From 1661ab4fe36df4019bc2c7f3a2628a0f15e770a7 Mon Sep 17 00:00:00 2001
From: Rich Gannon <rich@rchgannon.net>
Date: Wed, 14 Oct 2020 23:27:24 -0400
Subject: [PATCH] glusterfs: update to 8.2

---
 common/shlibs              | 1 +
 srcpkgs/glusterfs/template | 7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index a32a8f994e0..ffd6f3dbdd8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1484,6 +1484,7 @@ libgfchangelog.so.0 libglusterfs-3.8.0_1
 libgfrpc.so.0 libglusterfs-3.8.0_1
 libgfxdr.so.0 libglusterfs-3.8.0_1
 libgfapi.so.0 libglusterfs-3.8.0_1
+libglusterd.so.0 libglusterfs-8.1_1
 libsnapper.so.5 libsnapper-0.4.1_1
 libtsm.so.3 libtsm-3_1
 libxine.so.2 libxine-1.2.4_1
diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 8745513af64..62e64ae96c9 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,6 +1,6 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
-version=7.8
+version=8.2
 revision=1
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
@@ -16,8 +16,8 @@ short_desc="Free and open source software scalable network filesystem (client)"
 maintainer="Noel Cower <ncower@nil.dev>"
 license="GPL-2.0-or-later, LGPL-3.0-only"
 homepage="https://www.gluster.org/"
-distfiles="https://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
-checksum=ee83f96a7caf10596231dbf2f1e80f257629067485d4ef26216c69bb4a3ed545
+distfiles="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz"
+checksum=89bc6d9c933119924f19f2681706883eed331efe0f8a20a2e6b12a290ca00d32
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) broken="not yet supported";;
@@ -36,7 +36,6 @@ glusterfs-server_package() {
 		/etc/glusterfs/glusterd.vol"
 	pkg_install() {
 		vmove etc/glusterfs
-		vmove usr/bin/glfsheal
 		vmove usr/bin/gluster
 		vmove usr/bin/glusterd
 		vmove usr/share/man/man8/gluster.8

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PR PATCH] [Updated] glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (15 preceding siblings ...)
  2020-11-16 19:32 ` ArmedAviator
@ 2020-11-16 19:36 ` ArmedAviator
  2020-11-16 19:39 ` ArmedAviator
  2020-11-22  3:24 ` [PR PATCH] [Merged]: " the-maldridge
  18 siblings, 0 replies; 20+ messages in thread
From: ArmedAviator @ 2020-11-16 19:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There is an updated pull request by ArmedAviator against master on the void-packages repository

https://github.com/ArmedAviator/void-packages gluster
https://github.com/void-linux/void-packages/pull/25617

glusterfs: update to 8.1


A patch file from https://github.com/void-linux/void-packages/pull/25617.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gluster-25617.patch --]
[-- Type: text/x-diff, Size: 1998 bytes --]

From f0e5ef29b8b58306a7087f1f7290cdf8ef89847f Mon Sep 17 00:00:00 2001
From: Rich Gannon <rich@rchgannon.net>
Date: Wed, 14 Oct 2020 23:27:24 -0400
Subject: [PATCH] glusterfs: update to 8.1

---
 common/shlibs              | 1 +
 srcpkgs/glusterfs/template | 7 +++----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index a32a8f994e0..ffd6f3dbdd8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1484,6 +1484,7 @@ libgfchangelog.so.0 libglusterfs-3.8.0_1
 libgfrpc.so.0 libglusterfs-3.8.0_1
 libgfxdr.so.0 libglusterfs-3.8.0_1
 libgfapi.so.0 libglusterfs-3.8.0_1
+libglusterd.so.0 libglusterfs-8.1_1
 libsnapper.so.5 libsnapper-0.4.1_1
 libtsm.so.3 libtsm-3_1
 libxine.so.2 libxine-1.2.4_1
diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 8745513af64..d19a4dd816e 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,6 +1,6 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
-version=7.8
+version=8.1
 revision=1
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
@@ -16,8 +16,8 @@ short_desc="Free and open source software scalable network filesystem (client)"
 maintainer="Noel Cower <ncower@nil.dev>"
 license="GPL-2.0-or-later, LGPL-3.0-only"
 homepage="https://www.gluster.org/"
-distfiles="https://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
-checksum=ee83f96a7caf10596231dbf2f1e80f257629067485d4ef26216c69bb4a3ed545
+distfiles="https://github.com/gluster/glusterfs/archive/v${version}.tar.gz"
+checksum=41137afcdd70ece9454687fc124408ae4d456e91749ed73364546b38dec143d7
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) broken="not yet supported";;
@@ -36,7 +36,6 @@ glusterfs-server_package() {
 		/etc/glusterfs/glusterd.vol"
 	pkg_install() {
 		vmove etc/glusterfs
-		vmove usr/bin/glfsheal
 		vmove usr/bin/gluster
 		vmove usr/bin/glusterd
 		vmove usr/share/man/man8/gluster.8

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PR PATCH] [Updated] glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (16 preceding siblings ...)
  2020-11-16 19:36 ` ArmedAviator
@ 2020-11-16 19:39 ` ArmedAviator
  2020-11-22  3:24 ` [PR PATCH] [Merged]: " the-maldridge
  18 siblings, 0 replies; 20+ messages in thread
From: ArmedAviator @ 2020-11-16 19:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 324 bytes --]

There is an updated pull request by ArmedAviator against master on the void-packages repository

https://github.com/ArmedAviator/void-packages gluster
https://github.com/void-linux/void-packages/pull/25617

glusterfs: update to 8.1


A patch file from https://github.com/void-linux/void-packages/pull/25617.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-gluster-25617.patch --]
[-- Type: text/x-diff, Size: 1838 bytes --]

From 68f611af6d4ddae34e84f2450c4cbedda1d113bf Mon Sep 17 00:00:00 2001
From: Rich Gannon <rich@rchgannon.net>
Date: Wed, 14 Oct 2020 23:27:24 -0400
Subject: [PATCH] glusterfs: update to 8.1

---
 common/shlibs              | 1 +
 srcpkgs/glusterfs/template | 5 ++---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index a32a8f994e0..ffd6f3dbdd8 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1484,6 +1484,7 @@ libgfchangelog.so.0 libglusterfs-3.8.0_1
 libgfrpc.so.0 libglusterfs-3.8.0_1
 libgfxdr.so.0 libglusterfs-3.8.0_1
 libgfapi.so.0 libglusterfs-3.8.0_1
+libglusterd.so.0 libglusterfs-8.1_1
 libsnapper.so.5 libsnapper-0.4.1_1
 libtsm.so.3 libtsm-3_1
 libxine.so.2 libxine-1.2.4_1
diff --git a/srcpkgs/glusterfs/template b/srcpkgs/glusterfs/template
index 8745513af64..cfdd7d4ab93 100644
--- a/srcpkgs/glusterfs/template
+++ b/srcpkgs/glusterfs/template
@@ -1,6 +1,6 @@
 # Template file for 'glusterfs'
 pkgname=glusterfs
-version=7.8
+version=8.1
 revision=1
 build_style=gnu-configure
 configure_args="--with-mountutildir=/usr/bin ac_cv_file__etc_debian_version=no
@@ -17,7 +17,7 @@ maintainer="Noel Cower <ncower@nil.dev>"
 license="GPL-2.0-or-later, LGPL-3.0-only"
 homepage="https://www.gluster.org/"
 distfiles="https://download.gluster.org/pub/gluster/glusterfs/${version%.*}/${version}/${pkgname}-${version}.tar.gz"
-checksum=ee83f96a7caf10596231dbf2f1e80f257629067485d4ef26216c69bb4a3ed545
+checksum=89bc6d9c933119924f19f2681706883eed331efe0f8a20a2e6b12a290ca00d32
 
 case "$XBPS_TARGET_MACHINE" in
 	*-musl) broken="not yet supported";;
@@ -36,7 +36,6 @@ glusterfs-server_package() {
 		/etc/glusterfs/glusterd.vol"
 	pkg_install() {
 		vmove etc/glusterfs
-		vmove usr/bin/glfsheal
 		vmove usr/bin/gluster
 		vmove usr/bin/glusterd
 		vmove usr/share/man/man8/gluster.8

^ permalink raw reply	[flat|nested] 20+ messages in thread

* Re: [PR PATCH] [Merged]: glusterfs: update to 8.1
  2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
                   ` (17 preceding siblings ...)
  2020-11-16 19:39 ` ArmedAviator
@ 2020-11-22  3:24 ` the-maldridge
  18 siblings, 0 replies; 20+ messages in thread
From: the-maldridge @ 2020-11-22  3:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

There's a merged pull request on the void-packages repository

glusterfs: update to 8.1
https://github.com/void-linux/void-packages/pull/25617

Description:


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2020-11-22  3:24 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-15  3:28 [PR PATCH] glusterfs: update to 8.1 ArmedAviator
2020-10-15  3:55 ` ArmedAviator
2020-10-15  4:38 ` ericonr
2020-10-15  6:12 ` [PR PATCH] [Updated] " ArmedAviator
2020-10-15  6:15 ` ArmedAviator
2020-10-15  6:20 ` ArmedAviator
2020-10-15  8:49 ` fosslinux
2020-10-15 13:26 ` [PR PATCH] [Updated] " ArmedAviator
2020-10-15 13:30 ` ArmedAviator
2020-10-16  1:49 ` fosslinux
2020-10-17  5:03 ` ericonr
2020-10-19 23:42 ` nilium
2020-10-19 23:42 ` nilium
2020-10-19 23:42 ` nilium
2020-10-20  0:48 ` ArmedAviator
2020-11-16 19:29 ` [PR PATCH] [Updated] " ArmedAviator
2020-11-16 19:32 ` ArmedAviator
2020-11-16 19:36 ` ArmedAviator
2020-11-16 19:39 ` ArmedAviator
2020-11-22  3:24 ` [PR PATCH] [Merged]: " the-maldridge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).