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
This commit is contained in:
silvacarloss 2022-11-18 15:27:18 -03:00 committed by Carlos Eduardo
parent c8cc1fa0ad
commit 1fcbee9c6f
1 changed files with 1 additions and 1 deletions

View File

@ -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