Displaying 10 results from an estimated 10 matches for "vmnodes".
2009 May 21
2
[PATCH server] Fix anyterm for multinode support
Changed relative pathing issue for anyterm.js to work properly
Changed /proxy/anyterm-module so it gets piped through vmnodes:$1
instead of through vmnodes:anyterm
---
conf/ovirt-server.conf | 6 ++++--
src/app/controllers/vm_controller.rb | 2 +-
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/conf/ovirt-server.conf b/conf/ovirt-server.conf
index 6e5eea9..62f2dd8 100644
--- a/conf/ovir...
2009 May 21
1
[PATCH server] Fix for anyterm and multiple nodes
proxy/anyterm needs to go to the node that has our vm on it, not
vmnodes:anyterm. This patch also requires a change to the anyterm.js file
that ships with anyterm. The change is at the top:
- var url_prefix = proxy/;
+ var url_prefix = window.location.pathname + /proxy/;
Not quite sure how we're going to manage that change though.
---
conf/ovirt-server.conf |...
2009 Sep 17
1
[PATCH server] oVirt server single network installer
...l,-rsa_des_56_sha,-rsa_rc4_56_sha,+rsa_aes_128_sha,+rsa_aes_256_sha
- NSSProtocol SSLv3,TLSv1
- NSSNickname Server-Cert
- NSSCertificateDatabase /etc/httpd/alias
-
- ErrorLog /etc/httpd/logs/error_log
- TransferLog /etc/httpd/logs/access_log
- LogLevel warn
-
- RewriteEngine On
- RewriteMap vmnodes prg:/usr/bin/ovirt-vm2node
- RewriteRule ^/terminal/(.+)/anyterm-module$ http://${vmnodes:$1}:81/anyterm-module [P]
- RewriteRule ^/terminal/(.+)/(.*\.(html|js|css|gif))*$ http://127.0.0.1/terminal/$2 [P,NE]
-
- ProxyPass /ovirt http://AdminNodeFQDN/ovirt retry=3
- ProxyPassReverse /ovirt http:...
2011 Oct 22
1
virt-install with set vnc password
Hi Guy,
Anyone know how we can set up the vnc password during using virt-install
command ?
# virt-install \
--connect qemu:///system \
--name demo \
--ram 500 \
--disk path=/var/lib/libvirt/images/demo.img,size=5 \
--network network=default,model=virtio \
--vnc \
--cdrom /dev/cdrom
2011 Oct 24
1
How to collect the VM bandwidth usage utilization
Hi Guy,
I am trying to figure out how & where can i get the bandwidth usage
utilization statistic info for all the VM, so in the end i will be able to
use it for metering purpose..
Anyone got any idea ?
Regards,
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Jul 16
2
[PATCH server] updated anyterm/ovirt integration
...{&3{JLUuL00000NkvXXu0mjfLOWi3
literal 0
HcmV?d00001
diff --git a/conf/ovirt-server.conf b/conf/ovirt-server.conf
index 0fb4b94..e4ebd5b 100644
--- a/conf/ovirt-server.conf
+++ b/conf/ovirt-server.conf
@@ -23,15 +23,11 @@ NameVirtualHost AdminNetIpAddress:80
RewriteEngine On
RewriteMap vmnodes prg:/usr/bin/ovirt-vm2node
- RewriteRule ^/terminal/(.*)/(.*\.(js|css|gif))$ http://${vmnodes:anyterm}:81/$2 [P]
- RewriteRule ^/terminal/(.*)/proxy/anyterm-module$ http://${vmnodes:$1}:81/$1 [P]
- RewriteRule ^/terminal/(.*)/$ http://${vmnodes:$1}:81/anyterm.html?param=$1 [P,NE]
-
-
+ RewriteR...
2009 Nov 26
2
[error] avahi_entry_group_add_service_strlst("AdminNodeFQDN") failed: Invalid host name
Hi,
After doing a clean install of ovirt in a Fedora 11 VM, I am unable to
get anything working in the web interface. All I get is an error 500.
After reviewing the logs I see the following error in
/var/log/http/error.log
[Thu Nov 26 11:29:11 2009] [notice] Apache/2.2.13 (Unix) DAV/2
mod_auth_kerb/5.4 mod_nss/2.2.11 NSS/3.12.2.0 mod_python/3.3.1
Python/2.6 configured -- resuming normal
2011 Oct 21
1
virsh modified option... alternative..
Hi All,
I am new to libvirt, i wander how we can achieve below objective, i
read through a lot from libvirt.org but couldn't found any thing solid
something equivalent to this:-
virsh dumpxml dom > /tmp/dom.xml
$EDITOR /tmp/dom.xml && virsh define /tmp/dom.xml
What i try to achieve is to have one management server that install
with libvirt in place then we can use libvirt
2011 Oct 25
1
Need help to compile libvirt-php
Hi guys,
I try to compile the libvirt-php but no luck, below are the output i got..
webserver:~/libvirt-php-0.4.3 # ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by
2011 Oct 28
0
libvirt-php - API libvirt_domain_suspend() problem, doesn't work
Hi Guys,
I was trying to suspend a virtual machine but fail not sure why.... However
i was successfully list all the vm on the host, below are my source code,
can any one who have experience in this area give me some advised ?
*My OUTPUT from browser*
Array
(
[libvirt.release] => 3
[libvirt.minor] => 9
[libvirt.major] => 0
[connector.version] => 0.4.3