Displaying 20 results from an estimated 800 matches similar to: "[RESEND] [PATCH] Call dominfo.device_delete instead of non-existant dominfo.device_destroy"
2005 Sep 09
0
[PATCH] Call dominfo.device_delete instead of non-existant dominfo.device_destroy
This patch changes the device destruction function to one that exists in
in the XendDomainInfo class, instead of a non existent method.
Signed-off-by: Sean Dague <sean@dague.net>
Diffstat output:
XendDomain.py | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 41a74438bcba tools/python/xen/xend/XendDomain.py
--- a/tools/python/xen/xend/XendDomain.py Fri Sep 9 18:36:48
2008 Dec 30
3
integration of tzinfo with icalendar
My interest in icalendar is more on the ical generation side instead of
the ical parsing side. As such, I did a bit of work on a tzinfo mixin
that will generate the timezone rules based on the tzinfo gem. This
lets you do the following:
estart = DateTime.new(2008, 12, 29, 8, 0, 0)
eend = DateTime.new(2008, 12, 29, 11, 0, 0)
tstring = "America/Chicago"
tz =
2010 Mar 25
1
Icalendar::UnknownPropertyMethod: Unknown property type: on Parsing a ical file
I downloaded the ics from
http://www.thegreenerleithsocial.org/events/cleanup-the-cycle-path and
tried to parse it in my rails app console:
?> cal_file = File.open("/tmp/Clean_up the Cycle Path-1.ics")
=> #<File:/tmp/Clean_up the Cycle Path-1.ics>
>> cals = Icalendar.parse(cal_file)
Icalendar::UnknownPropertyMethod: Unknown property type: website
from
2010 Jan 27
1
Patch and introduction
Hi,
I''m currently trying to get icalendar packaged and into Fedora and EPEL,
During this process I''ve noticed that you''re currently using
Gem::manage_gems
in the make Rakefile, this method was depecated in rubygems 1.3.0 them
removed in rubygems 1.3.3.
The attached patch updates the Rakefile replacing the method with the
two require calls required.
Mark
--
Mark
2007 Jul 04
1
adding lvm root example to xmdomain.cfg.5
--- xen-common-3.0.3-0/docs/man/xmdomain.cfg.pod.5 2006-11-02
16:45:36.000000000 +0000
+++ xen-common-3.0.3-0-cjac/docs/man/xmdomain.cfg.pod.5 2007-07-04
20:58:22.000000000 +0000
@@ -274,7 +274,16 @@
=item I<LVM Root>
-FIXME: write me
+ kernel = '/boot/vmlinuz-2.6-xen'
+ ramdisk = '/boot/initrd.img-2.6.18-4-xen-686'
+ memory = '16'
+ root =
2005 Oct 31
0
[PATCH] add SHUTDOWN OPTIONS to xmdomain.cfg man page
The following patch adds a section for SHUTDOWN OPTIONS for the xmdomain.cfg
man page. It documents the new set of options introduced over the last few
weeks.
Signed-off-by: Sean Dague <sean@dague.net>
Diffstat output:
xmdomain.cfg.pod.5 | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 51 insertions(+)
diff -r 8cc7ce549d00 docs/man/xmdomain.cfg.pod.5
---
2005 Nov 16
0
[PATCH] small format changes in xm.1 to make sedf more readable
Here are some small format changes in xm.1 to make sedf more readable,
should start getting to the device section proper today.
-Sean
--
__________________________________________________________________
Sean Dague Mid-Hudson Valley
sean at dague dot net Linux Users Group
http://dague.net
2005 Sep 13
1
xend falls over *a lot* in past 2 weeks
Starting about 2 weeks ago Xend has started to fall over a lot doing what
should be normal actions, so much so that our xm-test suite more or less
fails all the tests as it keeps apparently knocking over xend on relatively
simple operations like create, and list.
What is most bizarre now is this "no such process" error generated by Xend.
Here is a segment of our xm-test results that
2005 Oct 13
19
Unable to find root device. domU??
nic@wuwei:/usr/src/xen/xen-unstable.hg$ sudo xm create breezy -c
Using config file "/etc/xen/breezy".
Started domain breezy
Linux version 2.6.12-xenU (nic@wuwei) (gcc version 3.3.5 (Debian
1:3.3.5-13)) #3 SMP Thu Oct 13 14:56:20 NZDT 2005
kernel direct mapping tables upto 10000000 @ 568000-5ea000
Built 1 zonelists
Kernel command line: root=/dev/sda1 ro 4 lockd.udpport=32768
2015 Jul 24
0
Re: virsh dominfo does not show correct cpuTime
I was getting vCPU use time outside of guest with libvirt-python API, and
them calculate utilization with (cpuTime2 - cpuTime1) / (t2 - t1). I was
not doing this inside the guest os.
2015-07-24 15:09 GMT+08:00 2020human <human2020@qq.com>:
> You calculate is vCPU use time not utilization。
>
> use_time/total_cpu_time is utilization。
>
> total_cpu_time=`cat /proc/stat |sed -n
2015 Jul 24
0
virsh dominfo does not show correct cpuTime
Hi,
I am doing some domain resource monitoring work. I use
cat /dev/urandom | md5sum
to simulate vCPU load and write a script to calculate vCPU utilization. It
seems all good at the beginning. After I abort the ``cat ... md5sum``
command in domain, I see some strange data as below:
CPU time: 8410960000000
CPU util: 99.8410609331%
CPU time: 8411970000000
CPU util: 100.843672381%
CPU time:
2018 Nov 09
0
virsh dominfo not returning any stats
Hi there,
We're running virsh on centos and hit a couple of issues. First instance is cpu.time not incrementing even with the VMs on the hypervisor running a stress tool. After running 'virsh domstats' sometimes it'll go into a state where no output is generated at all. Have anyone seen something like this? We're running a pretty recent build of libvirt.
# virsh
2013 Mar 15
2
Icalendar.Parse(StringIO.new(aString)) complains about missing method, bytesize
I need to send an ics file to a web service, so however it gets there it
will arrive as a string. Is there another way to begin Icalendar''s Parse
than with a file?
I''m currently sending the file using the curl command...
curl -v --data-urlencode ics at invite.ics http://127.0.0.1:4567/ics2event
I''ve tried curl''s --data-binary and sinatra''s
2013 Mar 25
0
Bug in DOMINFO command when balloon driver is used on a vm with more then 8 GB of MaxMemory ?
Hi ,
I Sent this to the wrong list (libvirt-devel) on friday ... so i am trying
to send it to the correct one this time.
Apologize for double posting.
I also created a ticket on bugzilla.redhat.com for this
https://bugzilla.redhat.com/show_bug.cgi?id=927336
still i am posting it here because is absolutely possible i am doing
something wrong and someone here will see it .
Description of the
2012 Sep 06
7
[PATCH] xl: Introduce shutdown xm compatibility option -a to shutdown all domains
docs/man/xl.pod.1 | 6 +++++-
tools/libxl/xl_cmdimpl.c | 39 ++++++++++++++++++++++++++++++++++++---
tools/libxl/xl_cmdtable.c | 3 ++-
3 files changed, 43 insertions(+), 5 deletions(-)
xl: Introduce shutdown xm compatibility option -a to shutdown all domains
Signed-off-by: Sander Eikelenboom <linux@eikelenboom.it>
diff -r 9dc729b75595 -r 67f9ef649937 docs/man/xl.pod.1
---
2006 Mar 23
0
Re: [Xen-changelog] Improve error handling, in particular fixing the ProtocolError that is thrown
Xen patchbot -unstable wrote:
> # HG changeset patch
> # User emellor@leeni.uk.xensource.com
> # Node ID da24df1ea484cf72dc9d367d52e828777e0e20cd
> # Parent c1bb4eb565296bdb00aed84fcc877befbcebd8e9
> Improve error handling, in particular fixing the ProtocolError that is thrown
> when a domain is specified by the user that does not exist. Added a few
> error codes -- many
2012 Feb 08
4
remus fail with SMP domU
Dear List,
i''m experimenting with remus with the following setup.
dom0:
- Debian Squeeze
- Jeremy''s 2.6.38.48 kernel
- xen 4.1.2 recompiled from sid
- DRBD for block device backend
domU
- Debian Squeeze
Remus is working fine unless i try to give more than 1 core to the domU.
Here''s the error from remus when i''m trying to enable it for an SMP domU:
2016 Mar 18
3
Incorrect memory usage returned from virsh
When I run `virsh dominfo <domain>` I get the following:
Id: 455
Name: instance-000047e0
UUID: 50722aa0-d5c6-4a68-b4ef-9b27beba48aa
OS Type: hvm
State: running
CPU(s): 4
CPU time: 123160.4s
Max memory: 33554432 KiB
Used memory: 33554432 KiB
Persistent: yes
Autostart: disable
Managed save: no
Security model:
2015 Apr 10
2
Detecting that the VM is snapshoting
While taking or reverting a snapshot, using virsh --connect qemu:///system
dominfo, the state of a VM is paused. Is there a way to distinguish this
state (snapshotting) with virsh or any other tools?
Joaquín
2011 Dec 09
2
How to list virt machine size with virsh?
I have started to migrate one CentOS5 machine from xen to kvm. The
stability of the machine is much better (too much crashes with xen).
I was used to do a "xm list" to get a list of clients. On the KVM
machine I need to do a "virsh list".
What I miss in that overview is the memory size of clients. I found
"virsh dominfo <client>" but that is for just that one