Fresh install, get a 2 node gluster volume going on a dedicated network
cluster network (1G NICs to a switch):
p1 10.100.100.10
p2 10.100.100.11
p3 10.100.100.12 (quorum/management only)
gluster network (10G NICs direct between nodes)
p1g 10.100.101.10
p2g 10.100.101.11
create a volume 'vm' in gluster w/ replica 2 transport tcp p1g:/rpool/gluster/vm p2g:/rpool/gluster/vm and bring it online.
add it to the UI as 'vm' server1 is p1g server2 is p2g and select 'vm' for the volume
create a virtual machine on the 'vm' volume as qcow2 with virtio and boot it up. ubuntu 16.04 in this case.
When I get to partitioning, I get
"Error fsyncing/closing /dev/vda: Input/output error" "Warning!"
It sees the volume and the size I set during creation, but it seems write only.
On the CLI, I *CAN* write to /mnt/pve/vm/ which is the fuse mount prox made for it.
Any ideas?
cluster network (1G NICs to a switch):
p1 10.100.100.10
p2 10.100.100.11
p3 10.100.100.12 (quorum/management only)
gluster network (10G NICs direct between nodes)
p1g 10.100.101.10
p2g 10.100.101.11
create a volume 'vm' in gluster w/ replica 2 transport tcp p1g:/rpool/gluster/vm p2g:/rpool/gluster/vm and bring it online.
add it to the UI as 'vm' server1 is p1g server2 is p2g and select 'vm' for the volume
create a virtual machine on the 'vm' volume as qcow2 with virtio and boot it up. ubuntu 16.04 in this case.
When I get to partitioning, I get
"Error fsyncing/closing /dev/vda: Input/output error" "Warning!"
It sees the volume and the size I set during creation, but it seems write only.
On the CLI, I *CAN* write to /mnt/pve/vm/ which is the fuse mount prox made for it.
Any ideas?