There is new version of GlusterFS with new features and fixes. Gluster blog claims Gluster 4.1 is the new LTS branch.
Seems like our 4.0 version is EOL. https://www.gluster.org/release-schedule/
4.1 seems to contain a couple of performance related things we'd be interested in from our side. Is there an ETA on adding 4.1.5 to the tree for testing?
Ok, so I did a simple rename of the 4.0.2 ebuild, and it fails. Two patches that needs to be removed: "${FILESDIR}/${PN}-3.12.2-silent_rules.patch" "${FILESDIR}/${PN}-TIRPC-config-summary.patch" I note there is a 4.1 silent_rules patches in FILESDIR already - not sure where it comes from as it's not being used. The TIRPC-config-summary patch is a little more confusing, libtirpc USE flag is forced on, merge fails due to TIRPC_CFLAGS= where -I/usr/include/tirpc is required (similar for _LIBS). flipping USE=ipv6 makes no difference (even though we use -ipv6 here). Looking at configure.ac it looks like a variant of the patch was already applied. The output from the ./configure (--with-libtirpc) contains: Use TIRPC : no Not sure why currently, will have to continue looking later.
My solution: https://github.com/gentoo/gentoo/pull/10192
Can anyone please assist in adding 4.1.5 into the tree?
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fac77f3e3fc15c5319a48e281ba2a59bb7ef78f commit 8fac77f3e3fc15c5319a48e281ba2a59bb7ef78f Author: Eugene Bright <eugene@bright.gdn> AuthorDate: 2018-10-21 18:23:16 +0000 Commit: Ultrabug <ultrabug@gentoo.org> CommitDate: 2018-11-25 20:28:25 +0000 sys-cluster/glusterfs: Bump to 4.1.5 Bug: https://bugs.gentoo.org/658700 Closes: https://bugs.gentoo.org/658700 Closes: https://github.com/gentoo/gentoo/pull/10192 Signed-off-by: Eugene Bright <eugene@bright.gdn> Signed-off-by: Alexys Jacob <ultrabug@gentoo.org> sys-cluster/glusterfs/glusterfs-4.1.5.ebuild | 247 +++++++++++++++++++++++++++ 1 file changed, 247 insertions(+) Additionally, it has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fac77f3e3fc15c5319a48e281ba2a59bb7ef78f commit 8fac77f3e3fc15c5319a48e281ba2a59bb7ef78f Author: Eugene Bright <eugene@bright.gdn> AuthorDate: 2018-10-21 18:23:16 +0000 Commit: Ultrabug <ultrabug@gentoo.org> CommitDate: 2018-11-25 20:28:25 +0000 sys-cluster/glusterfs: Bump to 4.1.5 Bug: https://bugs.gentoo.org/658700 Closes: https://bugs.gentoo.org/658700 Closes: https://github.com/gentoo/gentoo/pull/10192 Signed-off-by: Eugene Bright <eugene@bright.gdn> Signed-off-by: Alexys Jacob <ultrabug@gentoo.org> sys-cluster/glusterfs/glusterfs-4.1.5.ebuild | 247 +++++++++++++++++++++++++++ 1 file changed, 247 insertions(+)