never mind..i had solve the issue by perform action below
# virsh pool-define /dev/stdin <<EOF
<pool type='dir'>
<name>default</name>
<target>
<path>/var/lib/libvirt/images</path>
</target>
</pool>
EOF
virsh pool-start default
virsh pool-autostart default
On Fri, Nov 4, 2016 at 6:05 AM, Abdul Qayyum Halid <[email protected]>
wrote:
> Hello, i am trying to install cloudstack 4.9.01 on centos 7 trough vmware
> on single machine. Whenever I try to add host, its show unable to add host
> and the error log shows like below on libvirtd
>
> Nov 04 03:58:14 srvr1.cloud.priv libvirtd[3941]: XML error: missing pool
> source name element
> Note : Libvirtd is running
> Thank you
>