* Credit Parameters inside config ignored (3.0.4-0)
@ 2007-01-31 10:41 Timo Benk
2007-01-31 11:05 ` Atsushi SAKAI
0 siblings, 1 reply; 2+ messages in thread
From: Timo Benk @ 2007-01-31 10:41 UTC (permalink / raw)
To: xen-devel
Hello,
it seems for me, that the credit-paramters inside a domain config file are
completely ignored:
Domain-0:~ # xm create /etc/xen/vm/xendom1 -n
Using config file "/etc/xen/vm/xendom1".
(vm
(name xendom1)
(memory 256)
(vcpus 1)
(on_xend_start ignore)
(on_xend_stop ignore)
(cpu_cap 100)
(cpu_weight 100)
(image
(linux
(kernel /boot/vmlinuz-2.6.16.33-xenU)
(ramdisk /boot/initrd-2.6.16.33-xenU)
(root '/dev/sda1 ro')
)
)
(device (vbd (uname phy:/dev/xenvol/xendom1_root) (dev sda1) (mode w)))
(device (vbd (uname phy:/dev/xenvol/xendom1_swap) (dev sda2) (mode w)))
(device (vif (mac 00:11:25:67:30:65)))
)
Domain-0:~/ # xm create /etc/xen/vm/xendom1
Using config file "/etc/xen/vm/xendom1".
Started domain xendom1
Domain-0:~ # xm sched-credit -d xendom1
{'cap': 0, 'weight': 256}
Greetings,
-timo
--
Timo Benk - Jabber ID: fry@downtempo.de - ICQ ID: #414944731
PGP Public Key: http://m28s01.vlinux.de/timo_benk_gpg_key.asc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-01-31 11:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-31 10:41 Credit Parameters inside config ignored (3.0.4-0) Timo Benk
2007-01-31 11:05 ` Atsushi SAKAI
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.