Oracle Linux 7 libvirt and glusterfs
Hello Community,
Supports OL7(libvirt) glusterfs with Libgfapi?
How can I check it ???
I have created and activated the following pool.
# cat glusterpool.xml
<pool type="gluster">
<name>glusterpool</name>
<source>
<name>glustervol</name>
<host name='glusternode'/>
<dir path='/'/>
</source>
</pool>
---
virsh pool-list --details
Name State Autostart Persistent Capacity Allocation Available
---------------------------------------------------------------------------------
default running yes yes 29.40 GiB 4.19 GiB 25.21 GiB
glusterpool running yes yes 199.90 GiB 32.48 MiB 199.87 GiB <<<-----
iso-images running yes yes 9.72 GiB 7.82 GiB 1.90 GiB
root running yes yes 29.40 GiB 4.19 GiB 25.21 GiB
vm-images running yes yes 147.52 GiB 26.11 GiB 121.41 GiB
Now if I want to create a disk in this pool by virt-manager, the following error message is displayed