2016-02-18 4 views
0

У меня ограниченный опыт управления пакетами linux, и я борюсь за то, что должно быть простой установкой пакета glusterfs.Установка последней версии GlusterFS?

Сначала я включаю РЭПО

wget -P /etc/yum.repos.d http://download.gluster.org/pub/gluster/glusterfs/LATEST/RHEL/glusterfs-epel.repo 

Затем я устанавливаю с:

yum -y install glusterfs-server 

Однако я полагаю, что есть некоторые проблемы с последними ссылками пакет:

yum install glusterfs 
Loaded plugins: priorities, update-motd, upgrade-helper 
http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-latest/x86_64/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" 
Trying other mirror. 
http://download.gluster.org/pub/gluster/glusterfs/3.7/LATEST/EPEL.repo/epel-latest/noarch/repodata/repomd.xml: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found" 
Trying other mirror. 
No package glusterfs available. 
Error: Nothing to do 

Я я попытался изменить glusterfs-epel.repo, чтобы переопределить базовые URL-адреса, но я не смог установить рабочий пакет GE.

Я на свежий Amazon AMI:

cat /etc/*elease 
NAME="Amazon Linux AMI" 
VERSION="2015.09" 
ID="amzn" 
ID_LIKE="rhel fedora" 
VERSION_ID="2015.09" 
PRETTY_NAME="Amazon Linux AMI 2015.09" 
ANSI_COLOR="0;33" 
CPE_NAME="cpe:/o:amazon:linux:2015.09:ga" 
HOME_URL="http://aws.amazon.com/amazon-linux-ami/" 
Amazon Linux AMI release 2015.09 

ответ

0

Если вы на Centos, вы также можете сделать:

yum install centos-release-gluster37 

Или более поздняя версия.

Смежные вопросы