Displaying 20 results from an estimated 5000 matches similar to: "New release?"
2010 Aug 18
2
[PATCH] Don't show vlan interfaces in NIC host management
Signed-off-by: Arthur Clement <aclement at linagora.com>
---
src/host-browser/host-register.rb | 16 ++++++++++++----
1 files changed, 12 insertions(+), 4 deletions(-)
diff --git a/src/host-browser/host-register.rb b/src/host-browser/host-register.rb
index 693a6f2..5ff6a90 100755
--- a/src/host-browser/host-register.rb
+++ b/src/host-browser/host-register.rb
@@ -393,13 +393,18 @@ class
2010 Feb 08
2
Proposals for making configure_from_network function works in f13
Hi
I am running a pxe diskless node in f13 and I have some proposals to make
ovirt-early working in this version.
nash is no more available (nash/mkinitrd is replaced by dracut), so this
following command fails :
"echo "network --device $DEVICE --bootproto dhcp" | nash"
it makes the network configuration incomplete. I replace the linuxrc command by
dhclient and it's
2010 Feb 23
2
Freezing Rails in ovirt-server...
The ovirt-server package has started to slip behind the curve WRT Ruby
on Rails development; i.e., the current version of ovirt-server is not
quite runnable as is on F12. And with F13 coming, the gap's only going
to widen.
So I'm considering the idea of freezing the version of Rails on the
ovirt-server project for the time being. I'll check with the Fedora
packaging team to see if
2010 Mar 11
1
[PATCH] Changes the order of ovirt-early and ovirt-awake.
Now the execution order for the ovirt sysvinit scripts is:
ovirt-early -> ovirt-awake -> ovirt -> ovirt-post
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
scripts/ovirt | 2 +-
scripts/ovirt-awake | 1 +
scripts/ovirt-early | 1 -
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/ovirt b/scripts/ovirt
index 752564a..d2e338d 100755
2010 Mar 22
1
Resend with loadavg as a statistic...
After some feedback from Slow, mainly about the load_average API
being a method rather than an ongoing statistic. So I've converted
the code over to instead update the load average statistic on a
regular basis.
2009 Sep 07
1
[PATCH node] Fix SRV_SERVER for SRV_HOST to work with /etc/init.d/ovirt-functions
From: root <root at linagora-ovirt.netaktiv.com>
---
scripts/ovirt-config-collectd | 6 +++---
scripts/ovirt-config-logging | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/scripts/ovirt-config-collectd b/scripts/ovirt-config-collectd
index 4ad877e..1474bf5 100755
--- a/scripts/ovirt-config-collectd
+++ b/scripts/ovirt-config-collectd
@@ -98,9 +98,9 @@ if [
2010 Mar 22
1
Small change and resend...
This patch includes one small change: the Processors::get_load_average()
method is now const since it does not change the object's state.
2010 Apr 26
2
Patch supercedes previous patch...
In looking at the code I realized that the last of the HAL depenencies were
removed with this patch. So, I'm pushing an updated patch that contains
none of the HAL code in it.
2010 May 25
3
Supercedes previous patch...
The previous patch, for whatever reason, fails to apply on top of tip.
This patch is reimplemented and, hopefully, fixed.
2010 Mar 10
2
[PATCH] Set KEYTAB_FILE=/etc/libvirt/krb5.tab in node-config
Yesterday on irc :
18:12 < arthurc> "Mar 09 17:08:01 Retrieving keytab:" :) and my host appears
in ovirt (still unavailable but it's better). I defined in ovirt-awake :
KEYTAB_FILE=/etc/libvirt/krb5.tab
19:04 < mcpierce> arthurc: kk - the value ought to be moved to
/etc/sysconfig/node-config. I'll cut a patch and send it out.
Is this ok ?
>From
2010 Sep 14
1
[PATCH] Fix bad declaration in host-register
Signed-off-by: Arthur Clement <aclement at linagora.com>
---
src/host-browser/host-register.rb | 13 ++++++-------
1 files changed, 6 insertions(+), 7 deletions(-)
diff --git a/src/host-browser/host-register.rb b/src/host-browser/host-register.rb
index 5ff6a90..7bf957d 100755
--- a/src/host-browser/host-register.rb
+++ b/src/host-browser/host-register.rb
@@ -393,14 +393,13 @@ class
2010 May 19
2
Squashed commits...
Refactoring the previous patch ended up creating two deltas. This
patch pushes them both together into a single commit.
2009 Sep 08
2
[PATCH node-image] Add ability to set persistent ssh_host_keys on the node, usefull if you run diskless instance of ovirt-node
From: root <root at chappy.(none)>
---
ovirt-node-image.ks | 16 ++++++++++++++++
1 files changed, 16 insertions(+), 0 deletions(-)
diff --git a/ovirt-node-image.ks b/ovirt-node-image.ks
index 802b6a5..d698497 100644
--- a/ovirt-node-image.ks
+++ b/ovirt-node-image.ks
@@ -55,6 +55,22 @@ if [ -f "ovirt-authorized_keys" ]; then
chmod 644
2010 Apr 19
1
[PATCH matahari] Replaces the existing HAL code for ProcessorAgent with udev.
Stripped out the HAL support code and replaced with calls to udev. The
remainder of the code to extract CPU details parses through the
/proc/cpuinfo file since udev/sysfs will not return such information.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
configure.ac | 3 +-
src/Makefile.am | 4 +-
src/processors.cpp | 94
2010 Mar 24
2
[PATCH] Restart network after applying configuration
Signed-off-by: Arthur CLEMENT <aclement at linagora.com>
---
scripts/ovirt-early | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/scripts/ovirt-early b/scripts/ovirt-early
index 7f7c99c..4b85102 100755
--- a/scripts/ovirt-early
+++ b/scripts/ovirt-early
@@ -96,6 +96,9 @@ configure_ovirt_management_nic() {
>
2010 Apr 19
1
[PATCH matahari] Removes all code for the previous CPUWrapper class.
This class has been replaced by the ProcessorsAgent.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
src/Makefile.am | 4 -
src/cpu.cpp | 216 -------------------------------------------------------
src/cpu.h | 111 ----------------------------
src/host.cpp | 24 ------
src/host.h | 3 -
src/schema.xml | 16 ----
6 files changed, 0 insertions(+),
2010 Feb 23
1
[PATCH] Typo in ovirt-early
There is a typo in ovirt-early :
/etc/rc3.d/S51ovirt-early: line 477: configure_manament_interface: command not
found
>From 92c2d705007644fad52f839a5272ab5332d707fa Mon Sep 17 00:00:00 2001
From: Arthur CLEMENT <aclement at linagora.com>
Date: Tue, 23 Feb 2010 13:44:30 +0000
Subject: [PATCH node] Fixed typo in ovirt-early
(configure_management_interface)
Signed-off-by: Arthur
2010 Feb 25
1
[PATCH] fix storage problem.
Since Ruby::Qmf moves, the .key() method does not work anymore. It forces to use a .get_attr('key') in order to get the good value.
Signed-off-by: Loiseleur Michel <mloiseleur at linagora.com>
---
src/task-omatic/taskomatic.rb | 15 +++++++--------
1 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/src/task-omatic/taskomatic.rb b/src/task-omatic/taskomatic.rb
index
2010 Jul 02
2
Build fails due to missing ovirt-node-recipe.ks
Hi,
I'm having some problems building ovirt. The build fails during the
final ovirt build stage in the instructions. The failure is because it
can't find "/usr/share/ovirt-node-tools/ovirt-node-recipe.ks". I've
checked and sure enough it's not there. Has anyone else come across
this problem?
Building on FC13 using the instructions found here:
2010 Mar 16
1
[PATCH] ovirt-awake improvements
>From 1ca6e713d0c23279a6800e6dfb4a76ab4250f56f Mon Sep 17 00:00:00 2001
From: Arthur CLEMENT <aclement at linagora.com>
Date: Tue, 16 Mar 2010 16:36:50 +0000
Subject: [PATCH] Function typo fixed. Move the sourcing of NODE_CONFIG
forward to not override the $OVIRT_RUNTIME_MODE read from karg
Signed-off-by: Arthur CLEMENT <aclement at linagora.com>
---
scripts/ovirt-awake | 7