I've read that the latest version of ProxMox supports GlusterFS and I'd like to setup my /backup partition (to start with, and possible my /var/lib/vz partition if it works well) as GlusterFS filesystems.
I have 10 nodes, each node has a 2TB drive mounted on /backup. I'd like to make them all part of a RAID-10 like setup under GlusterFS so I have redundancy and hopefully some increased speed to help eliminate some bottlenecks.
That being said, I am running the latest release of ProxMox
But when I try to install: glusterfs-server I get this strange error message (note glusterfs-client v3.4 is already installed)
You can see it says it depends on 'glusterfs-client' with a version greater than or equal to 3.2.7-3+deb7u1
On top of that, if it says it can't install either of them because the packages don't exist, but if you check
You can clearly see it's available in the repository... I'm not really sure what's going on here..
Thanks!
I have 10 nodes, each node has a 2TB drive mounted on /backup. I'd like to make them all part of a RAID-10 like setup under GlusterFS so I have redundancy and hopefully some increased speed to help eliminate some bottlenecks.
That being said, I am running the latest release of ProxMox
# pveversion -v
proxmox-ve-2.6.32: 3.1-114 (running kernel: 2.6.32-26-pve)
pve-manager: 3.1-21 (running version: 3.1-21/93bf03d4)
pve-kernel-2.6.32-26-pve: 2.6.32-114
lvm2: 2.02.98-pve4
clvm: 2.02.98-pve4
corosync-pve: 1.4.5-1
openais-pve: 1.1.4-3
libqb0: 0.11.1-2
redhat-cluster-pve: 3.2.0-2
resource-agents-pve: 3.9.2-4
fence-agents-pve: 4.0.0-2
pve-cluster: 3.0-8
qemu-server: 3.1-8
pve-firmware: 1.0-23
libpve-common-perl: 3.0-8
libpve-access-control: 3.0-7
libpve-storage-perl: 3.0-17
pve-libspice-server1: 0.12.4-2
vncterm: 1.1-4
vzctl: 4.0-1pve4
vzprocps: 2.0.11-2
vzquota: 3.1-2
pve-qemu-kvm: 1.4-17
ksm-control-daemon: 1.1-1
glusterfs-client: 3.4.1-1
But when I try to install: glusterfs-server I get this strange error message (note glusterfs-client v3.4 is already installed)
# apt-get update; apt-get upgrade -y; apt-get install glusterfs-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
glusterfs-server : Depends: glusterfs-common (>= 3.2.7-3+deb7u1) but it is not going to be installed
Depends: glusterfs-client (>= 3.2.7-3+deb7u1) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
You can see it says it depends on 'glusterfs-client' with a version greater than or equal to 3.2.7-3+deb7u1
On top of that, if it says it can't install either of them because the packages don't exist, but if you check
# apt-cache show glusterfs-client
Package: glusterfs-client
Source: glusterfs
Version: 3.2.7-3+deb7u1
...
...
You can clearly see it's available in the repository... I'm not really sure what's going on here..
Thanks!
Last edited: