[libvirt-users] Possible to change 'machine type' attribute while vm is running?

2015-02-09 Thread Andre Goree
to start... Waiting up to 30 seconds for libvirtd to respond to requests... Checking domains defined in /etc/libvirt/qemu... Migration complete But the machine type remains the same after the above command has been run. Thanks in advance for any insight you can provide. [1] - error: internal e

[libvirt-users] Networking with qemu/kvm+libvirt

2016-01-11 Thread Andre Goree
Thanks in advance for any insight that anyone can share :) -- Andre Goree -=-=-=-=-=- Email - andre at drenet.net Website - http://www.drenet.net PGP key - http://www.drenet.net/pubkey.txt -=-=-=-=-=- ___ libvirt-users mailing

[libvirt-users] Question regarding networking and qemu/kvm+libvirt

2016-01-11 Thread Andre Goree
guest (transparently) to a different IP? -- Andre Goree -=-=-=-=-=- Email - andre at drenet.net Website - http://www.drenet.net PGP key - http://www.drenet.net/pubkey.txt -=-=-=-=-=- ___ libvirt-users mailing list libvirt-users@redhat.com https:/

Re: [libvirt-users] Networking with qemu/kvm+libvirt

2016-01-12 Thread Andre Goree
On 01/11/2016 3:05 pm, Laine Stump wrote: On 01/11/2016 02:25 PM, Andre Goree wrote: I have some questions regarding the way that networking is handled via qemu/kvm+libvirt -- my apologies in advance if this is not the proper mailing list for such a question. I am trying to determine how

Re: [libvirt-users] Networking with qemu/kvm+libvirt

2016-02-08 Thread Andre Goree
On 01/11/2016 3:05 pm, Laine Stump wrote: On 01/11/2016 02:25 PM, Andre Goree wrote: I have some questions regarding the way that networking is handled via qemu/kvm+libvirt -- my apologies in advance if this is not the proper mailing list for such a question. I am trying to determine how

Re: [libvirt-users] Networking with qemu/kvm+libvirt

2016-02-09 Thread Andre Goree
On 02/08/2016 4:37 pm, Laine Stump wrote: On 02/08/2016 04:20 PM, Andre Goree wrote: On 01/11/2016 3:05 pm, Laine Stump wrote: On 01/11/2016 02:25 PM, Andre Goree wrote: I have some questions regarding the way that networking is handled via qemu/kvm+libvirt -- my apologies in advance if

[libvirt-users] Cannot guestmount a Fedora 24 XFS disk.

2016-08-05 Thread Andre Goree
ses useful info is found in syslog - try dmesg | tail or so I've tried with both /dev/sda1 and /dev/vda1 but no luck. Interestingly enough, a CentOS 7.2 image with XFS and the same setup (i.e., a single partition formatted with XFS) mounts without issue. Any ideas? Andre Goree

Re: [libvirt-users] Cannot guestmount a Fedora 24 XFS disk.

2016-08-09 Thread Andre Goree
The host is running Ubuntu 12.04 LTS and has the libguestfs package installed -- which, if I'm not mistaken, provides libguestfs-xfs: https://launchpad.net/ubuntu/+source/libguestfs Andre Goree From: Richard W.M. Jones Sent: Monday, August 8, 2

[libvirt-users] Proxmox to libvirt conversion?

2018-01-10 Thread Andre Goree
. creating the necessary libvirt xml for the Proxmox disk), but figured I'd ask here first in case anyone has dealt with this (probably will find and ask on the Proxmox mailing list as well). Thanks in advance! -- Andre Goree -=-=-=-=-=- Email - andre at drenet.net Website - http:/

[libvirt-users] Possible to edit/apply nwfilter at runtime?

2018-02-16 Thread Andre Goree
d ask here before I chase my tail around Google. Thanks! -- Andre Goree -=-=-=-=-=- Email - andre at drenet.net Website - http://blog.drenet.net PGP key - http://www.drenet.net/pubkey.html -=-=-=-=-=- ___ libvirt-users mailing list libvirt-us

Re: [libvirt-users] Possible to edit/apply nwfilter at runtime?

2018-02-16 Thread Andre Goree
On 2018/02/16 12:12 pm, Daniel P. Berrangé wrote: On Fri, Feb 16, 2018 at 11:59:42AM -0500, Andre Goree wrote: I'm trying to determine if it's possible to edit/attach/apply nwfilter rules at runtime? I.e., after a VM is already running, can I apply a nwfilter to the VM and ha

[libvirt-users] Using alias under disk in XML

2018-03-29 Thread Andre Goree
ng my changes, without reason. Can anyone give any insight on why this might be happening, and/or help me with the proper way of defining the alias? 1 - https://libvirt.org/formatdomain.html -- Andre Goree -=-=-=-=-=- Email - andre at drenet.net Website - http://blog.dre

Re: [libvirt-users] Using alias under disk in XML

2018-03-29 Thread Andre Goree
On 2018/03/29 11:10 am, Andre Goree wrote: I've been trying to follow the information found here [1] in order to provide an alias for RBD disks I'm defining, however it does not appear to be working and I wanted to see if I was doing something wrong. I define the alias like so (us

[libvirt-users] nwfilter multiple IPs

2018-03-29 Thread Andre Goree
work, only the first. Is this an issue with both IPs being on the same interface? The machine I'm attempting to reach has the same exact configuration -- i.e. it has an IP on the same network for both networks. Thanks in advance for any advice that can be given. -- Andre Goree -=

Re: [libvirt-users] nwfilter multiple IPs

2018-03-30 Thread Andre Goree
On 2018/03/29 5:30 pm, Andre Goree wrote: I'm trying to apply a nwfilter rule for two networks on the same guest interface, like so: ~ # virsh nwfilter-dumpxml 1081532-private-both 16004b94-2b62-4568-9467-169908eb4040 Within the guest, the IPs are both set

Re: [libvirt-users] Possible to edit/apply nwfilter at runtime?

2018-03-30 Thread Andre Goree
On 2018/02/16 12:12 pm, Daniel P. Berrangé wrote: On Fri, Feb 16, 2018 at 11:59:42AM -0500, Andre Goree wrote: I'm trying to determine if it's possible to edit/attach/apply nwfilter rules at runtime? I.e., after a VM is already running, can I apply a nwfilter to the VM and ha

Re: [libvirt-users] Possible to edit/apply nwfilter at runtime?

2018-04-02 Thread Andre Goree
llowed libvirt to define the UUID, which I was not adding to my xml for the update. After dumping the live rule and making changes to that xml, then defining again, it worked as expected, thank you for checking me on that. Also discovered that when I do it this way, the ebtable

[libvirt-users] Possible to resize a Windows guest's disk while online?

2018-04-15 Thread Andre Goree
around, in which the user must write data to the newly resized-drive in order to recognize the new size without taking the disk or the VM offline. [Obligatory] YAY Microsoft. -- Andre Goree -=-=-=-=-=- Email - andre at drenet.net Website - http://blog.drenet.net PGP key - http://www.

[libvirt-users] Online Disk Resize with Windows Server 2016

2018-04-15 Thread Andre Goree
Does anyone have an idea of what may have changed in Windows 2k16 that might be causing this? Possibly some undocumented registry change or something? -- Andre Goree -=-=-=-=-=- Email - andre at drenet.net Website - http://blog.drenet.net PGP key - http://www.d

Re: [libvirt-users] Possible to resize a Windows guest's disk while online?

2018-04-20 Thread Andre Goree
On 2018/04/17 9:56 am, Martin Kletzander wrote: On Wed, Apr 11, 2018 at 01:30:26PM -0400, Andre Goree wrote: I'm looking for a way to online resize a Windows disk -- i.e., be able to resize the disk without shutting down, rebooting, or detaching the disk. virsh blockresize $domain

[libvirt-users] Unable to detach disk using 'virsh detach-disk'

2018-04-30 Thread Andre Goree
nces/31907-67863/2018-03-21-033216.2018-04-28-190529 Any ideas as to why this happens? -- Andre Goree -=-=-=-=-=- Email - andre at drenet.net Website - http://blog.drenet.net PGP key - http://www.drenet.net/pubkey.html -=-=-=-=-=- _

Possible to use OVN networking and virtio simultaneously in the same VM?

2020-02-14 Thread Andre Goree
I wanted to know if it's possible to use OVN networking and virtio simultaneously in the same VM?  Or am I wasting my time trying to get it to work? When I try to define a VM and power it on with both types defined, networking fails to work on both. E.g.:

Re: Possible to use OVN networking and virtio simultaneously in the same VM?

2020-02-15 Thread Andre Goree
From: Gianluca Cecchi Which kind of errors do you get in term of functionality? no connection between two VMs on the same OVN networking subnet? How did you configure OVN? I ask because in oVirt/RHV now you do it from a general setup command and then through web gui admin, not manually Your OS?