Hi,
I am setting up proxmox 3.4 to work with a glusterfs volume.
The volume is UP and running:
gluster volume info
Volume Name: testvol
Type: Replicate
Volume ID: af6a23f2-95fa-4cd1-9357-9529df85cd16
Status: Started
Snapshot Count: 0
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: nas1:/data/brick1/testvol
Brick2: nas2:/data/brick1/testvol
Options Reconfigured:
transport.address-family: inet
performance.readdir-ahead: on
nfs.disable: on
When I try to add the volume via GUI the volume list is not showing anything.
When I look in the console of the browser, I can see:
This command is looking for a NFS share, I was hoping proxmox would use glusterfs-client (the glusterfs client is better in handling failover node).
How can I configure proxmox to not use NFS when I setup glusterfs volume ?
Thank you
I am setting up proxmox 3.4 to work with a glusterfs volume.
The volume is UP and running:
gluster volume info
Volume Name: testvol
Type: Replicate
Volume ID: af6a23f2-95fa-4cd1-9357-9529df85cd16
Status: Started
Snapshot Count: 0
Number of Bricks: 1 x 2 = 2
Transport-type: tcp
Bricks:
Brick1: nas1:/data/brick1/testvol
Brick2: nas2:/data/brick1/testvol
Options Reconfigured:
transport.address-family: inet
performance.readdir-ahead: on
nfs.disable: on
When I try to add the volume via GUI the volume list is not showing anything.
When I look in the console of the browser, I can see:
Code:
[HTTP/1.1 500 command '/sbin/showmount --no-headers --exports 172.16.3.17' failed: exit code 1 70 ms]
This command is looking for a NFS share, I was hoping proxmox would use glusterfs-client (the glusterfs client is better in handling failover node).
How can I configure proxmox to not use NFS when I setup glusterfs volume ?
Thank you