From 1fcbee9c6f27c0fc9a50b252101342597e22bca5 Mon Sep 17 00:00:00 2001 From: silvacarloss Date: Fri, 18 Nov 2022 15:27:18 -0300 Subject: [PATCH] Upgrade to glusterfs-8 There is no candidate for installation in Ubuntu Jammy, hence the need for using a more recent version. Closes-Bug: #1998493 Change-Id: I149ffa7e678a22bee4889b2cc2cef83e9523b7d7 --- devstack/gluster-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devstack/gluster-functions.sh b/devstack/gluster-functions.sh index 29c8b7a..798b3e4 100755 --- a/devstack/gluster-functions.sh +++ b/devstack/gluster-functions.sh @@ -8,7 +8,7 @@ function install_glusterfs { if [[ ${DISTRO} =~ rhel7 ]] && [[ ! -f /etc/yum.repos.d/glusterfs-epel.repo ]]; then sudo wget $GLUSTERFS_CENTOS_REPO -O /etc/yum.repos.d/glusterfs-epel.repo elif is_ubuntu; then - sudo add-apt-repository ppa:gluster/glusterfs-7 -y + sudo add-apt-repository ppa:gluster/glusterfs-8 -y NO_UPDATE_REPOS=False REPOS_UPDATED=False fi