search for: virt_use_nf

Displaying 7 results from an estimated 7 matches for "virt_use_nf".

Did you mean: virt_use_nfs
2009 Sep 17
0
[PATCH node-image] enable NFS for storing libvirt image
turn on SELinux boolean virt_use_nfs --- common-post.ks | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/common-post.ks b/common-post.ks index 0c0a3f4..688ba9d 100644 --- a/common-post.ks +++ b/common-post.ks @@ -132,6 +132,11 @@ chmod 700 /root/.ssh # fix iSCSI/LVM startup issue sed -i 's/node\.ses...
2010 Oct 15
1
NFS4 + SELinux
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 to change it back. Adding the mount option context=system_u:object_r:virt_image_t on either server
2013 Apr 03
1
[libvirt] how to use svirt
On 04/03/2013 10:25 AM, yue wrote: > > hi,all > > i know svirt is merged into libvirt upstream, but how to use them? > You had better to ask this kind of question to libvirt-users at redhat.com in the future, it's a user mail listing, you may ask all kind of libvirt usage questions if you want, the following is some reference:
2010 Oct 27
1
Compiling libvirt-0.8.4 for NFSv4
Hi all, Not sure if this will be useful to anyone. Worse, it's probably not complete or correct, but I thought I would throw this out there for comment. I asked earlier about configuring libvirt for NFSv4 support. I wanted to define NFSv4 pool from xml config, but it's not an option. I decided to hack a bit. Added the following to source code: storage_conf.h(417):
2014 Oct 16
2
conversion issue on NFS shares
Hi T'm trying to convert XEN virtual machine image into raw. Source file is on NFS export and destination is also on nfs export. (both exports are mounted on migration servers RW access). I'm getting permission denied. I have RW access to both exports - I can create, delete objects on both exports from migration server. But when I copy img file onto migration server local filesystem,
2012 Feb 03
3
Setting up a pci passthrough device
I have been investigating pci pass-through for virtualized guests and the documentation I have found seems to me to lack a certain consistency in its example. This may be due to my not understanding what it is trying to inform me. What I wish to do is to configure a pci multi-port serial i/o card for use by a single virtual host. I start by running lspci -v on the host to identify the serial
2017 Nov 15
2
virtlock - a VM goes read-only
...9; bus='0x00' slot='0x06' function='0x0'/> </disk> I usually do implement SELinux on a hypervisor to isolate guests even further but this time I set it to permissive mode just to rule out SELinux factor. The same thing happens when SELinux is in enforcing mode (virt_use_nfs is set to on in that case) and audit2why doesn't report any anomalies when parsing audit logs. I have tried to use indirect locking via the same filer and with a separated export for the hashes by removing the comment in /etc/libvirt/qemu-lockd.conf for the following line: file_lockspace_dir...