Glusterfs connect error code 1

yakakliker

Renowned Member
May 19, 2011
95
1
73
France
I am trying to connect Proxmox 3.1 (last update) to glusterfs server (3.4) via the Gui and i have an error :

Aug 29 17:13:59 proxmox01 pvedaemon[447358]: WARNING: unable to activate storage 'Gluster' - directory '/mnt/pve/Gluster' does not exist
Aug 29 17:13:59 proxmox01 pvestatd[4076]: WARNING: mount error: exit code 1

What's wrong ?


 
Can you manually create it?

# mkdir /mnt/pve/Gluster

or maybe

# mkdir -p /mnt/pve/Gluster

Does that help?
 
It has created the directory.

I see my glustervolume when i create it on the Gui but i can't see the storage space after it is created (and the error appears)
 
Apologies to everyone, i am a very big noob !!!!

After the command : /bin/mount -t glusterfs serverip:volume /mnt/pve/Gluster

After reading the /var/log/glusterfs/mnt-pve-Gluster.log

Proxmox give me the response ....

I am a noob and the 2 gluster hostname are not known by my Proxmox !!!

So : /etc/hosts with the 2 gluster hostname line and it is OK ....

Apologies of a big Noob ...