All test machines are CentOS 5.5 (RHEL subscriptions purchased).
We've had NFS3 storage working fine and decided to try NFS4.
We can mount an NFS4 share on our KVM host, but the SELinux file context on the
mountpoint directory is magically changed from virt_image_t to nfs_t.
Restorecon refuses
Hi,
Is it possible to configure libvirt to use NFSv4 for a pool? I am doing
some iptables SNATing and rpc.statd can't handle it.
Thanks,
Paul
___
libvirt-users mailing list
libvirt-users@redhat.com
https://www.redhat.com/mailman/listinfo/lib
On 10/12/2010 12:58 PM, Ganesh Pagade wrote:
> Hi,
>
> I am using libvirt Java bindings. How can I rename a domain? Is there an API
> to do this?
>
There is no API for it. The only way to do it is basically:
virsh dumpxml myvm > foo.xml
virsh undefine myvm
virsh define foo.xml
- Cole
___