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:
parent
c8cc1fa0ad
commit
1fcbee9c6f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user