Re: [libvirt-users] [virt-tools-list] live-migrating a VM whose current host's storage is fubar'ed

2014-04-16 Thread Digimer
On 16/04/14 02:17 PM, Cole Robinson wrote: On 04/15/2014 05:16 PM, Digimer wrote: Hi all, For those on the linux-cluster list, this is a similar question to my post[1] there. I recently had a client destroy their node's RAID array (they yanked hard drives until the array was dest

[libvirt-users] VM in a VM on kvm/qemu

2015-09-13 Thread Digimer
pervisors. Any pointers/tips/clue-sticks will be much appreciated! -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? ___ libvirt-users mailing list libv

[libvirt-users] Setting a VM's vnetX qlen in the XML file

2015-10-09 Thread Digimer
qlen right in the VM's XML definition file so that it is set when the vnetX device is created. Is this possible? Thanks! -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to educ

[libvirt-users] noVNC with qemu over ssh

2015-10-14 Thread Digimer
andshake"). Thanks! PS - while testing, iptables and selinux are disabled... I'm trying to get a most basic setup working -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? ___

[libvirt-users] Telling virt-manager to re-read ~/.gconf in RHEL 6

2015-11-09 Thread Digimer
ome login). Is there a way I can tell virt-manager to re-check the config? Thanks! -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? ___ libvirt-users ma

[libvirt-users] 100% CPU when using nested virtualization

2016-03-10 Thread Digimer
ny and all help is much appreciated. -- Digimer Papers and Projects: https://alteeve.ca/w/ What if the cure for cancer is trapped in the mind of a person without access to education? ___ libvirt-users mailing list libvirt-users@redhat.com https://www.redhat.com/mailman/listinfo/libvirt-users

Re: [libvirt-users] 100% CPU when using nested virtualization

2016-03-11 Thread Digimer
On 11/03/16 04:11 AM, Kashyap Chamarthy wrote: > On Thu, Mar 10, 2016 at 10:29:08PM -0500, Digimer wrote: >> Hi all, >> >> I got a new laptop recently and what worked before no longer works >> (Fedora 23 on the laptops in both cases)... >> >> I'm

Constant error logging

2020-08-14 Thread Digimer
To the system logs (journald), about once every second or two. Is there any way to tell libvirtd not to complain about this? Thanks -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s brain than in the ne

Determining when a guest booted / how long it's been running

2020-09-30 Thread Digimer
not possible, is there a way to see when a guest last booted or how long a guest has been running? Thanks! -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s brain than in the near certainty

Re: Determining when a guest booted / how long it's been running

2020-10-01 Thread Digimer
n their OSes is not feasible. I did find a way to do it working around virsh, but of course I'd prefer to directly query the source instead of infering it if possible. The work around we're doing now is watching for a given guest to transition from 'shut off' to '

Re: Determining when a guest booted / how long it's been running

2020-10-01 Thread Digimer
On 2020-10-01 1:21 a.m., Michal Prívozník wrote: > On 10/1/20 3:42 AM, Digimer wrote: >> Hi all, >> >>    Is there a way to tell when a tool made a change to guest (ie: used >> virt-manager to make a change)? Following, is there a way to check to >> see if there

Re: what does "virsh destroy" really ?

2020-10-05 Thread Digimer
es. It does leave the server defined and you can reboot it again later (albeit like restoring power to a normal machine, so it might need to replay journals, etc). -- Digimer Papers and Projects: https://alteeve.com/w/ "I am, somehow, less interested in the weight and convolutions of Einstein’s

Problem calling 'virsh' in a script

2022-05-15 Thread Digimer
7;virsh list --all' each second, but it was close to 100 calls without hanging, far more that all the calls in my scripts combined, so I don't think that's it. Any advice/guidance would be very much appreciated! -- Digimer Papers and Projects: https://alteeve.co

Re: Problem calling 'virsh' in a script

2022-05-15 Thread Digimer
On 2022-05-15 12:07, Laine Stump wrote: On 5/15/22 11:48 AM, Digimer wrote: Hi all,    I've got a series of programs that monitor various things on a CentOS Stream 8 VM host. All of these scripts work when c

Re: Problem calling 'virsh' in a script

2022-05-15 Thread Digimer
On 2022-05-15 12:13, Digimer wrote: On 2022-05-15 12:07, Laine Stump wrote: On 5/15/22 11:48 AM, Digimer wrote: Hi all,    I've got a series of programs that monitor various things on a C