similar to: some ovirt packages missing?

Displaying 20 results from an estimated 500 matches similar to: "some ovirt packages missing?"

2017 Mar 31
2
Network isolation for KVM guests
On Fri, Mar 31, 2017 at 05:06:53PM +0200, Sven Kieske wrote: > On 31/03/17 15:55, C. L. Martinez wrote: > > I need to attach two physical interfaces to a guest and these phy interfaces have IP and routes assigned and I need to get them off the main routing table. > > I do not understand this. > > You can attach a physical (or virtual, doesn't matter), interface to any
2015 Oct 12
3
[ovirt-users] CEPH rbd support in EL7 libvirt
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/10/15 10:13, Nux! wrote: > Hi Nir, > > I have not tried to use Ovirt with Ceph, my question was about > libvirt and was directed to ask the question here, sorry for the > noise; I understand libvirt is not really ovirt's people concern. > > The thing is qemu can do ceph rbd in EL7, libvirt does not, > although
2017 Mar 31
2
Network isolation for KVM guests
On Fri, Mar 31, 2017 at 12:11:40PM +0200, Richard Landsman - Rimote wrote: > Hi, > > I don't see why this should not work with the given solutions. But I'm > relatively new to KVM / libvirt. Alternative: > > Personally I use Shorewall (Shoreline FW) and bridge setups (also works with > a bonding interface). This way you can create zones, interfaces, addresses, >
2017 Apr 04
1
Network isolation for KVM guests (SOLVED)
This can be if one of these interfaces isn't a wireless nic. But I need to use a wireless nic and another phys nic. At least, I have solved the problem using network namespaces. All works ok and expected now. Many thanks to all for your help On Tue, Apr 04, 2017 at 10:39:05AM +0100, Nux! wrote: > Just create a bridge, hook the host physical interface that you want in it, hook the VMs
2016 Mar 29
2
USB 3.0 in qemu-kvm-0.12
I suspect I know the answer here, but is qemu-kvm-0.12 simply incapable of passing a USB 3.0 device to a guest? USB 2 devices work fine, but USB 3 -- nothing. USB 3.0 works fine in the host, of course. Currently using qemu-kvm-0.12.1.2-2.479.el6_7.4.x86_64 in CentOS 6.7. I'm guessing I have to upgrade to CentOS 7 to pass USB 3.0 devices to the guest. Hoping to avoid that just now. -- Bob
2015 Jul 11
1
iSCSI on CentOS 6
On Jul 11, 2015 11:37 AM, "Miguel Barbosa Gon?alves" <m at mbg.pt> wrote: > > Hi! > > I am about to deploy a virtualisation cluster based on a storage > server with 10 Gbps interfaces for iSCSI and two computing nodes > running VMs in KVM that will access the storage via the 10 Gbps > network. > > I am trying to find real use cases of people using CentOS
2015 Apr 14
2
Where does virt-manager store config in CentOS 7.1?
Hi all, Anyone knows where virt-manager stores user config files in CentOS 7.1?? I am not seeing anything in user's home directory .... Thanks.
2015 Feb 17
3
Disable/stop nic in a virtual guest with virsh
Hi all, How can I stop/disable a nic in a virtual guest using a virsh command?? I am searching the same effect like if I unplug network cable ... Is it possible?? I have tried with "detach-interface" command without luck. I don't want to remove the nic from guest configuration, only to stop the nic ... Thanks. P.D: Host is CentOS 6.6 x86_64 fully patched.
2015 Mar 10
2
Reminder: CentOS Virt SIG meeting on IRC today (10 Mar), 2pm GMT
Hey all, Just a reminder that we'll be resuming our bi-weekly Virt SIG meeting on IRC today at 2pm. Basic agenda: * Xen update * Docker update * oVirt update * Action items from previous meeting [1] * Other topics Please reply if you have any other topics you'd like to bring up. [1] http://www.centos.org/minutes/2015/february/centos-devel.2015-02-24-14.07.html -- Sandro Bonazzola
2017 Apr 04
0
Network isolation for KVM guests
Just create a bridge, hook the host physical interface that you want in it, hook the VMs interface in it, done. No need for passthrough. This can be done via libvirt/virsh or if a UI is wanted then virt-manager makes this really easy. Now assign an IP in the VM and it should work. You don't need to assign any IP on he host interface itself. Rinse and repeat for the rest of the interfaces.
2016 Mar 30
0
USB 3.0 in qemu-kvm-0.12
On 29/03/16 22:03, Robert Nichols wrote: > I suspect I know the answer here, but is qemu-kvm-0.12 simply incapable > of passing a USB 3.0 device to a guest? USB 2 devices work fine, but > USB 3 -- nothing. USB 3.0 works fine in the host, of course. > > Currently using qemu-kvm-0.12.1.2-2.479.el6_7.4.x86_64 in CentOS 6.7. > > I'm guessing I have to upgrade to CentOS 7 to
2017 Mar 31
0
Network isolation for KVM guests
On 31/03/17 15:55, C. L. Martinez wrote: > I need to attach two physical interfaces to a guest and these phy interfaces have IP and routes assigned and I need to get them off the main routing table. I do not understand this. You can attach a physical (or virtual, doesn't matter), interface to any given vm, without assigning routes or IPs to these interfaces directly. Just do the network
2014 May 19
3
Call for agenda items for tomorrow's VIRT SIG meeting
Hi all, please reply to this thread of you have any agenda items that you would like to add. Meeting minutes of past minutes are under * http://wiki.centos.org/SpecialInterestGroup/Virtualization "Meetings" * The TODO list is under http://wiki.centos.org/SpecialInterestGroup/Virtualization/Status (just updated it) * Draft roadmap is under "Roadmap" and probably needs
2015 Apr 14
2
Where does virt-manager store config in CentOS 7.1?
On Tue, Apr 14, 2015 at 9:39 AM, Sven Kieske <s.kieske at mittwald.de> wrote: > > > On 14/04/15 11:16, C. L. Martinez wrote: >> Hi all, >> >> Anyone knows where virt-manager stores user config files in CentOS >> 7.1?? I am not seeing anything in user's home directory .... > > Hi, > > well on my standard machine virt-manager just starts with
2015 Feb 18
3
Disable/stop nic in a virtual guest with virsh
On Tue, Feb 17, 2015 at 1:43 PM, Sven Kieske <s.kieske at mittwald.de> wrote: > > > On 17/02/15 09:18, C. L. Martinez wrote: >> Hi all, >> >> How can I stop/disable a nic in a virtual guest using a virsh >> command?? I am searching the same effect like if I unplug network >> cable ... Is it possible?? I have tried with "detach-interface"
2014 Sep 29
2
Issues with Ubuntu 14 as a guest VM, and network throughput..
I have a CentOS 6.5 server running as a host for about a dozen other VM's, and all were running just fine. I had a mix of CentOS, Ubuntu, and FreeBSD VM's running, no problem at all. I then updated the Ubuntu VM's to the newer 14.x release, and that installed a 3.13 linux kernel, and after that (which I didn't notice right at the start) the network throughput outbound was
2014 May 04
3
BAD disk I/O performance
Hello, i'm trying to convert my physical web servers to a virtual guest. What i'm experiencing is a poor disk i/o, compared to the physical counterpart (having strace telling me that each write takes approximately 100 times the time needed on physical). Tested hardware is pretty good (HP Proliant 360p Gen8 with 2xSAS 15k rpm 48 Gb Ram). The hypervisor part is a minimal Centos 6.5 with
2015 Feb 18
1
Disable/stop nic in a virtual guest with virsh
On Wed, Feb 18, 2015 at 3:10 AM, C. L. Martinez <carlopmart at gmail.com> wrote: > On Tue, Feb 17, 2015 at 1:43 PM, Sven Kieske <s.kieske at mittwald.de> wrote: > > > > > > On 17/02/15 09:18, C. L. Martinez wrote: > >> Hi all, > >> > >> How can I stop/disable a nic in a virtual guest using a virsh > >> command?? I am searching
2014 May 01
3
p2v conversion questions
Hi, I am in the process of converting a w2k8 physical server to C6.5 kvm. In reading https://access.redhat.com/site/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/V2V_Guide/sect-V2V_Guide-Configuration_Changes-Configuration_Changes_for_Windows_Virtual_Machines.html It says that virtio-win rpm is required. I know that the virtio-win rpms are not available for Centos 6.5 but the drivers are
2014 Apr 22
1
libvirt versions / difference to upstream?
Hi, I want to upgrade my libvirt version, in order to get a bugfix from upstream, see this BZ for details: https://bugzilla.redhat.com/show_bug.cgi?id=1084477 in short: libvirt does not handle qos correctly prior to version 0.10.2-33.el6 however, it is not (yet?) available in CentOS. The latest available package seems to be: libvirt-0.10.2-29.el6_5.7.x86_64 Please correct me if I'm wrong.