similar to: VM Creation Timestamp

Displaying 20 results from an estimated 10000 matches similar to: "VM Creation Timestamp"

2014 Feb 26
1
Re: VM Creation Timestamp
On 02/26/2014 08:21 AM, Eric Blake wrote: > On 02/26/2014 04:42 AM, Tony Atkinson wrote: >> Hello, >> Is there any way to query libvirt, ideally through virsh CLI utility or >> similar, to get a timestamp of when a VM was created. >> Or to put it another way, a timestamp of when a domain's UUID was allocated. > > Sorry, there is no such information currently
2014 Feb 26
0
Re: VM Creation Timestamp
On 02/26/2014 04:42 AM, Tony Atkinson wrote: > Hello, > Is there any way to query libvirt, ideally through virsh CLI utility or > similar, to get a timestamp of when a VM was created. > Or to put it another way, a timestamp of when a domain's UUID was allocated. Sorry, there is no such information currently tracked in <domain> xml. You could use the metadata element to track
2010 Aug 30
1
search path for attaching packages
Several of us locally are puzzling over the following problem: We have a central repository of R packages on our linux system. Occasionally, we'd like to install a different version of the same package (such as making updates to the survival package before it is released to the larger group, or a downloaded beta version). When using the library function, it appears that lib.loc is not
2011 Oct 24
1
Hard limit for the cpu usage of a VM
Hi , I was previously using xen and currently moved to KVM. I am using libvirt to manage these VMs. In den's credit scheduler , I had the ability to set a cap on the cpu usage for a VM. But I was not able to find a similar substitute in KVM. I find that we can use cgroups to provide shares for VM but that will be more like weight based and it doesn't set a hard cap for that VM. I tried
2016 Sep 01
3
installing and accessing a VM? - newbie question maybe
wanted to follow up on that part (thanks about all comment suggestion regarding virt-viewer and vcn, etc. I will test them as well but would prefer the 'console way' if possible On August 29, 2016 at 2:44 PM Martin Kletzander <mkletzan at redhat.com> wrote: > * When you are connected you don't see anything because the VM doesn't > have console properly set up,
2002 Sep 01
2
Seperating Forground from Background
One thing I have noticed when encoding VCDs is that often videos with complex backgrounds don't compress nearly as well as those with simple ones. Part of the problem is that TV cameras seam to have the focus so that the entire image is clear rather than focusing on the foreground (and blurring the backgrounds). The result is that a good number of bits are wasted trying to perfectly
2003 May 19
5
Questions about AGI and Wildcard boards
Hello all :) I've just been handed a project that I need to get working pretty quickly. Basically I have four "analog DID trunks" for incoming only calls coming in. I know that these are Loop start with Wink start, and that after wink they send a 4-digit id number. Is this something that the Wildcard boards are able to handle and that Asterisk could interpret? The digits
2012 Oct 29
1
libvirt and cgroups/blkio
Hi, is there a way to configure blkio via libvirt (xml)? Regards Erkan -- ?ber den grenzen mu? die freiheit wohl wolkenlos sein
2016 Feb 01
2
Getting "unknown device type" when attaching NPIV (vHBA) to vm
Hi, I'm trying to attach a host FC HBA to VM (NPIV). Running ovirt 3.5 on CentOS 6.7, libvirt-0.10.2-46.el6_6.6.x86_64, I created vHBA using nodedev-create command - see below HBA and vHBA. I wrote a vdsm hook which appends the vHBA xml stanza to the devices xml element but the vm start starts without the vHBA device. Also, when trying to attach the device manually as a live device - I get:
2024 Mar 11
2
Vignettes with long compute time
Is there a way to include the compiled version of a vignette in the doc directory but mark it to NOT be rerun by CRAN??? I think I remember that this is possible, but have forgotton how.?? (It might even be a false memory.) Terry T. Background:? Beth Atkinson and I are splitting out many of the vignettes from the survival package into a separate package survivalVignettes.? There are a few
2017 Jan 14
2
Controlling the name of the 'tap0' device, in a bridged networking setup
Hi, I'm trying to control the name of the 'tap0' device that gets created as I start a domain that uses bridged networking. The XML specification of the domain contains the following configuration <interface type='bridge'> <source bridge='br0'/> </interface> The libvirt documentation (
2012 Dec 28
3
installing ruby 1.9.3 in michael hartl's ruby on rails tutorial
I''m working on Michael Hartl''s ruby on rails tutorial http://ruby.railstutorial.org/ruby-on-rails-tutorial-book#sec-development_tools . I installed Git, updated my OS to 10.8.2 and downloaded XCode 4.5.2. when I type in rvm install 1.9.3 this long thing comes up... Ruby (and needed base gems) for your selection will be installed shortly. Before it happens, please read and
2010 May 19
1
Update of libvirt website required. not all information about XML tags
The problem desribed here: https://bugzilla.redhat.com/show_bug.cgi?id=593266 Please update http://www.libvirt.org/formatdomain.html and describe NEW xml tags, like <serial>xxxx</serial> for hard drive and all cpu tags, other if any. -- Segmentation fault
2006 Sep 25
2
rpart
Dear r-help-list: If I use the rpart method like cfit<-rpart(y~.,data=data,...), what kind of tree is stored in cfit? Is it right that this tree is not pruned at all, that it is the full tree? If so, it's up to me to choose a subtree by using the printcp method. In the technical report from Atkinson and Therneau "An Introduction to recursive partitioning using the rpart
2016 Feb 08
2
Re: Getting "unknown device type" when attaching NPIV (vHBA) to vm
Thank you for your reply, I'm still getting hard time to attach the hostdev, I couldn't make it work out of the doc. I took the address details from: # ll /sys/bus/scsi/devices/7:* lrwxrwxrwx 1 root root 0 Feb 8 12:58 /sys/bus/scsi/devices/7:0:0:0 -> ../../../devices/pci0000:00/0000:00:03.0/0000:08:00.1/host7/rport-7:0-0/target7:0:0/7:0:0:0 lrwxrwxrwx 1 root root 0 Feb 8 12:58
2012 Jul 16
1
Using virsh to load scripts for the guest machine
Right on the top of http://www.centos.org/docs/5/html/5.2/Virtualization/chap-Virtualization-Managing_guests_with_virsh.html, it seems to imply you can load/send scripts to the vm guest using virsh. Is that possible? How and what are the limitations? Can you query the vm guest?
1999 Jun 23
1
Influence.measures
I am using rw0641 with Windows 98. To list just the influential repetitiones that result from "influence.measures", I am using the input result <- lm(y~x) and the code from the example in the help for "influence.measures" INFLM <- function(result){ inflm <- influence.measures(result) which(apply(inflm$is.inf,1,any)) } It works fine up to now with the
2004 Mar 04
2
Short demo CD image
Hi, While investigating why the Xen 1.2 Demo CD won''t boot on a particular laptop, I noticed the download image appears to be truncated. "isoinfo -d -i xendemo-1.2.iso" reports: Logical block size is: 2048 Volume size is: 294080 That would suggest the image size should be 294080 * 2048 = 602275840 bytes. However I only have 292376 * 2048 = 598786048 bytes. The web server
2018 Mar 29
2
Using alias under disk in XML
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 (using 'virsh edit'): <disk type='file' device='disk'> <driver name='qemu' type='qcow2'
2017 Oct 25
2
question about how to set rng device on vm
Hi Amos, I'm a libvirt QE, and I can not understand the setting on libvirt.org for rng device. Could you please help to explain a little? (The xml in https://libvirt.org/formatdomain.html#elementsRng) <devices> <rng model='virtio'> <rate period="2000" bytes="1234"/> <backend model='random'>/dev/random</backend>