GNU/Linux >> Tutoriales Linux >  >> Debian

Prepare Debian Stretch para instalar GlusterFS 3.12

Para instalar esta versión de GlusterFS necesitamos agregar los repositorios:
Ref:https://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/
echo deb [arch=amd64] http://download.gluster.org/pub/gluster/glusterfs/3.12/LATEST/Debian/stretch/apt stretch main > /etc/apt/sources.list.d/gluster.list
wget -O - http://download.gluster.org/pub/gluster/glusterfs/3.12/rsa.pub | apt-key add -
apt-get update
apt-get install glusterfs-server xfsprogs

Formatee la partición dedicada para los datos sincronizados de GlusterFS:
p. /dev/xvda3
mkfs.xfs -f -i size=512 /dev/xvda3
Ejemplo de resultado:
meta-data=/dev/xvda3 isize=512 agcount=4, agsize=655360 blks
= sectsz=512 attr=2, projid32bit=1
= crc=1 finobt=1, sparse=0, rmapbt=0, reflink=0
data = bsize=4096 blocks=2621440, imaxpct=25
= sunit=0 swidth=0 blks
naming =version 2 bsize=4096 ascii-ci=0 ftype=1
log =internal log bsize=4096 blocks=2560, version=2
= sectsz=512 sunit=0 blks, lazy-count=1
realtime =none extsz=4096 blocks=0, rtextents=0

Con respecto a los pasos de configuración, consulte:
https://wp.me/pKZRY-Kk
O mejor:
https://gluster.readthedocs.io/en/latest/Install-Guide/ Configurar/


Debian
  1. Instalación de Webmin en Debian 8 (Jessie)

  2. Instalación de Xen Hypervisor 4.8 en Debian Jessie

  3. Actualización de GlusterFS de 3.2 (Debian) a 3.4 para Debian Wheezy

  4. Instalación de TeamPass en Debian Jessie

  5. Debian:¿por qué no hay transporte Https para la herramienta Debian Apt?

Cómo instalar Skype para Linux Beta en Debian 9 Stretch

2 formas de instalar VirtualBox en Debian 9 Stretch

Instalar Asterisk en Debian

Cómo instalar Docker en Debian 9 Stretch

Cómo instalar OpenVPN en Debian 9 Stretch

Cómo instalar Go en Debian 9 Stretch