Upgrade gluster client

Melanxolik

Well-Known Member
Dec 18, 2013
86
0
46
I have next version gluster on my server:
Code:
rpm -qa|grep gluster
glusterfs-libs-3.7.11-2.el6.x86_64
glusterfs-3.7.11-2.el6.x86_64
glusterfs-api-3.7.11-2.el6.x86_64
glusterfs-fuse-3.7.11-2.el6.x86_64
glusterfs-client-xlators-3.7.11-2.el6.x86_64
glusterfs-server-3.7.11-2.el6.x86_64
glusterfs-cli-3.7.11-2.el6.x86_64

But on proxmox node, I have next:
Code:
root@cluster-2-1:~# dpkg -l|grep gluster
ii  glusterfs-client                     3.5.2-2+deb8u2                   amd64        clustered file-system (client package)
ii  glusterfs-common                     3.5.2-2+deb8u2                   amd64        GlusterFS common libraries and translator modules
root@cluster-2-1:~#

I tried upgrade gluster on proxmox with next steps:

Code:
root@cluster-2-1:~# echo deb http://download.gluster.org/pub/gluster/glusterfs/LATEST/Debian/wheezy/apt wheezy main > /etc/apt/sources.list.d/gluster.list

Code:
root@cluster-2-1:~# aptitude full-upgrade
The following NEW packages will be installed:
  attr{a} pve-docs{a}
The following packages will be upgraded:
  glusterfs-client glusterfs-common{b} pve-manager
3 packages upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 15.5 MB of archives. After unpacking 13.0 MB will be used.
The following packages have unmet dependencies:
glusterfs-common : Depends: liburcu1 which is a virtual package.
The following actions will resolve these dependencies:

      Remove the following packages:
1)      glusterfs-client           
2)      glusterfs-common           
3)      libpve-storage-perl         
4)      proxmox-ve                 
5)      pve-container               
6)      pve-ha-manager             
7)      pve-manager                 
8)      pve-qemu-kvm               
9)      qemu-server                 
10)     spiceterm                
Accept this solution? [Y/n/q/?] n

I afraid to enter Y, because installer will be able to remove proxmox packages.

Who have experience with upgrading gluster on proxmox cluster?
 
I faced to the same issue as yours.

How do you decide the final upgrade step?
Does it work now?