Hide Forgot
Description of problem: When define a pool from args, it failed with the error. Version-Release number of selected component (if applicable): libvirt-0.8.2-15.el5_6.3 kvm-83-224.el5 kernel-2.6.18-238.8.1.el5 How reproducible: Always Steps to Reproduce: 1.# virsh pool-define-as nfs netfs 10.66.4.204 /var/lib/libvirt/migration /tmp/ Actual results: error: Failed to define pool nfs error: XML description for missing storage pool target path is not well formed or invalid Expected results: Pool nfs defined Additional info: # virsh pool-define-as nfs --print-xml netfs 10.66.4.204 /var/lib/libvirt/migration /tmp/ <pool type='netfs'> <name>nfs</name> <source> <host name='10.66.4.204'/> <dir path='/var/lib/libvirt/migration'/> <device path='/tmp/'/> </source> </pool>
Test on xen with package libvirt-0.8.2-15.el5_6.3 xen-3.0.3-120.el5_6.1 kernel-2.6.18-238.8.1.el5 also has the same problem.