Hi,
I'm trying to use qemu native glusterfs integration with libvirt. It's
all working well from the qemu side, but libvirt fails to start a domain
with a gluster drive or attach a drive.
I have exactly the same error as this person:
https://www.redhat.com/archives/libvirt-users/2013-April/msg00204.html
I use qemu 1.5.1 with glusterfs 3.4 beta 4 and libvirt 1.0.6.
[root bbox ~]# virsh start test
error: Failed to start domain test
error: internal error process exited while connecting to monitor: char
device redirected to /dev/pts/3 (label charserial0)
qemu-system-x86_64: -drive
file=gluster://127.0.0.1/vol0/test0.img,if=none,id=drive-virtio-disk1,format=raw:
Gluster connection failed for server=127.0.0.1 port=0 volume=vol0
image=test0.img transport=tcp
qemu-system-x86_64: -drive
file=gluster://127.0.0.1/vol0/test0.img,if=none,id=drive-virtio-disk1,format=raw:
could not open disk image gluster://127.0.0.1/vol0/test0.img: No data
available
Do you observe errors in the logs from gluster bricks that make up vol0?
Brick logs are available at /var/log/glusterfs/bricks.
Thanks,
Vijay